Hello! On Tuesday 02 March 2010 02:41:46 Jason Lee wrote: > I've been playing around with the FTS3 (via the amalgamation src) on a > mobile device and it's working well. But my db file size is getting > pretty big and I was looking for a way to compress it. I've seen some > earlier posts from Alexey for his compression modifications to the > FTS3 extension, but nothing for the amalgamation file.
It's easy to build SQLite from full source tree. The modified files ext/fts3/fts3.c and ext/fts3/fts3_write.c for SQLite 3.6.23 are here: http://sqlite.mobigroup.ru/src/vinfo/d3d9906674 or direct links: http://sqlite.mobigroup.ru/src/artifact/57b279352c http://sqlite.mobigroup.ru/src/artifact/daee6be790 (click on "download" link) Or you can patch you amalgamation... Best regards, Alexey Pechnikov. http://pechnikov.tel/ _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

