I'm developing an application and thinking of using SQLite.
My application will have to read (not write) massive ammounts of data, typically in the 4-5GB range.
So if one does the following:
SELECT * FROM MASSAVETABLE;
Would SQLite be able to process this large query? More specifically, is it able to manage the memory usage of the query? Most machines nowadays only have 4GB RAM.
Aucun commentaire:
Enregistrer un commentaire