in reply to is Sqlite db good enough to handle large data.

large data

What do you mean by this? Many rows, many columns, or both, what kinds of columns, e.g. large BLOB columns, and so on? When in doubt, benchmark: use a Perl script to generate data that is representative of the data you'll be working with, and test the speeds. See also https://www.sqlite.org/whentouse.html.

  • Comment on Re: is Sqlite db good enough to handle large data.