If you are running Windows you may use a similar memory-mapped file (see the
Win32API for details).


Does anyone know which is fastest -- Using a memory-mapped file (or /dev/shm) in
comparison with sqlite's internal memory mapped tree?

--
Best regards / Med venlig hilsen
Rasmus Christian Kaae - [EMAIL PROTECTED] or [EMAIL PROTECTED]
Web: www.kalchas.dk www.eurojumping.com www.hestebasen.com
Office: E4-119, Aalborg University.
Mobile: +45 28 72 04 13



Quoting Ben Clewett <[EMAIL PROTECTED]>:

> If you are using Linux, you can use the /dev/shm.  This is a memory
> resident file system.  I use this and find it about 200 times faster
> than writing to disk.  The only problem is that this is erased when the
> server reboots.  I hope this is of some use :)

Reply via email to