Re: [sqlite] Page Size question

2019-04-18 Thread Richard Hipp
On 4/18/19, Stephen Chrzanowski wrote: > I'm wondering > if there is going to be any optimization internally from SQLite by making > the page size, say, 180k? ( SQLite handles storing 200KB blobs just fine. It has been doing so routinely for time out of mind. Do not stress over the details of

[sqlite] Page Size question

2019-04-18 Thread Stephen Chrzanowski
When I get my act together and get un-lazy about it, I want to take a large set of "small" files and put them into a SQLite database blobs in a table, then have my app run some kind of CRC check (CRC32/MD5SUM/SHA1/custom/whatever - Haven't decided on a CRC or just byte-for byte comparisons) to