in reply to Re^4: Efficient way to handle huge number of records?
in thread Efficient way to handle huge number of records?
The PRAGMA stuff is specific to SQLite. It is possible to dynamically increase the size of the memory cache that SQLite uses and actually to decrease it later. I did it to speed up the indexing operation which is actually quite complex and builds a big memory structure to do it.
|
|---|