I have a reasonably large data set and would like to store it in a file rather than a RDBMS.
The main table in the data set is just over 1M rows, 30 columns and about 600Mb in size as a CSV.
I'm considering SQLite. Is SQLite worth investigating for data sets of this size?