in reply to Re^6: How do I read from a compressed SQLite FTS4 database with DBD::SQLite?
in thread How do I read from a compressed SQLite FTS4 database with DBD::SQLite?

Ahh, I hadn't thought Windows wouldn't have it. Sorry, my bad.
I seem to remember that LZMA had an "off by one" issue, a few years ago. Maybe that's why it isn't yet in the ActiveState edition.

Yea, I think the only way to accomplish your goal most effectively. Would be to compress the contents of the rows/tables, without compressing the tables/rows, themselves. But, as you seem to have stated, it's probably not feasible.

Best wishes, elef.

--Chris

#!/usr/bin/perl -Tw
use Perl::Always or die;
my $perl_version = (5.12.5);
print $perl_version;
  • Comment on Re^7: How do I read from a compressed SQLite FTS4 database with DBD::SQLite?