Skip to content
Prev 1297 / 1559 Next

RSQLite and transparent compression

Well, the technical questions is really whether you can do sqlite
operations on a compressed database.  Otherwise, all you can do is
externally compresed the database and then decompress it every time you
want to access it, which may be tedious and slow.  sqlite is used a lot on
devices with very limited resources, so it is entirely possible that there
is some compression possibility, which is why I suggest you read the
documentation (argh!).

Finally, 10-20GB for a textfile is not that big.  If you do not have enough
RAM you must be working on a constrained system.

Kasper
On Tue, Aug 6, 2013 at 12:35 AM, Grant Farnsworth <gvfarns at gmail.com> wrote: