On 5/8/18, Rob Willett <[email protected]> wrote: > However this is a compile time > option so you could move it from 1GB to 10GB and unless you are into > serious astronomy that *might* be enough for a while.
The use of 32-bit integers to measure the size of object pervades the code. Changing the compile-time option will get you as far as 2GB. After that, code changes (and associated slowdowns for people who use more reasonably-sized rows) will be needed. -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

