in reply to Re: How to do some query with sqlite.bz2 file
in thread How to do some query with sqlite.bz2 file

This is the message exited:

DBD::SQLite::db prepare failed: no such table: tbl_xxx at Z:\tmp\test_import_tmpBI\tt\test.pl line 25.

About first part (bz2 extraction) works correctly. I've tried to save the buffer into a file and then open file created. This is ok.

I would use buffer because I have sqlite files starting from 1.5~2.0GB and compressed about 150~300MB. My intention was use only RAM.
I have 1GB RAM disk but isn't possible to expand it. It's not enough.

Thank you

pwp71
  • Comment on Re^2: How to do some query with sqlite.bz2 file