How to obtain the size of a BLOB without reading the BLOB's content
问题 I have the following questions regarding BLOBs in sqlite: Does sqlite keep track of sizes of BLOBs? I'm guessing that it does, but then, does the length function use it, or does it read the BLOB's content? If sqlite keeps track of the size of the BLOB and length doesn't use it, is the size accessible via some other functionality? I'm asking this because I'm wondering if I should implement triggers that set BLOBs' sizes in additional columns, of if I can obtain the sizes dynamically without