John Stanton <[EMAIL PROTECTED]> wrote:
> 
> I understand that Sqlite uses a less efficient algorithm for :memory 
> files than for the cacheing on regular files and that means lower 
> performance on those memory DBs.
> 

It uses exactly the same algorithm.  It is just that the hash
tables are fixed sized and are designed for a cache, not for
an entire database.

--
D. Richard Hipp  <[EMAIL PROTECTED]>


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to