Skip to content
Prev 26481 / 63424 Next

RSQLite indexing

On Oct 22, 2007, at 6:07 PM, Kasper Daniel Hansen wrote:

            
Let me just emphasize (based on Seth's email) that the  
default_cache_size settings only is for an indexing command. For  
actual operations on the database using the index, like a select  
statement, you would want to increase the cache_size to something  
bigger.

My comments are based on experience with a database with 315 *10^6  
rows, and the importance of this is quite dependent on database size.

Kasper