show/hide this revision's text 2 fixed spelling

Your best bet is to use compression, which unfurtunately unfortunately SQLite does not support natively at this point. Luckily, someone took the time to develop a compression extension for it which could be what you need.

Otherwise I'd recommend storing your data mostly in compressed format and uncomressing uncompressing on the fly.

show/hide this revision's text 1

Your best bet is to use compression, which unfurtunately SQLite does not support natively at this point. Luckily, someone took the time to develop a compression extension for it which could be what you need.

Otherwise I'd recommend storing your data mostly in compressed format and uncomressing on the fly.