Optimizing a large SQLite database for reading
(jacobfilipp.com)
I recently needed to speed up a simple read query on a large SQLite file (620Mb), for my grocery price CSV export tool.
I recently needed to speed up a simple read query on a large SQLite file (620Mb), for my grocery price CSV export tool.