SQLite for large data sets?

SQLite will handle that file just fine; make sure to import the records in a transaction so that it doesn’t spend a lot of time creating indexes until everything is imported.

Leave a Comment