Michael Wohlwend wrote:
Has anyone tested an sqlite which memory-maps the db-file into ram? Is this
an old  (maybe bad idea :-) ? I've looked over the source and it seems that
read and write operations are used through a singled interface, so it maybe
possible to implement it without too much trouble...

Any comments are welcome :-)

 Michael

It is not a bad idea, but would impose some limitations. In general memory mapping removes one layer of buffer shadowing and is beneficial.

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

Reply via email to