[sqlite] Using LSM and Memory Mapped files -- Question about LSM_CONFIG_MMAP

2016-05-20 Thread Kasajian, Kenneth
ite.org] On Behalf Of Kasajian, Kenneth Sent: Thursday, May 19, 2016 8:13 PM To: sqlite-users at mailinglists.sqlite.org Subject: [sqlite] Using LSM and Memory Mapped files -- Question about LSM_CONFIG_MMAP I am interested in using the LSM (https://www.sqlite.org/src4/doc/trunk/www/lsmusr.wi

[sqlite] Using LSM and Memory Mapped files -- Question about LSM_CONFIG_MMAP

2016-05-20 Thread Eduardo Morras
On Thu, 19 May 2016 22:12:48 -0500 "Kasajian, Kenneth" wrote: > I am interested in using the LSM > (https://www.sqlite.org/src4/doc/trunk/www/lsmusr.wiki) > > The characteristics of my application is that I would like to enable > the memory-mapped file feature so that I can offload data in

[sqlite] Using LSM and Memory Mapped files -- Question about LSM_CONFIG_MMAP

2016-05-19 Thread Kasajian, Kenneth
I am interested in using the LSM (https://www.sqlite.org/src4/doc/trunk/www/lsmusr.wiki) The characteristics of my application is that I would like to enable the memory-mapped file feature so that I can offload data in memory to disk temporarily.I don't care about data-recover after my