RE: [sqlite] In memory database question

2007-08-28 Thread Virgilio Alexandre Fornazin
] Sent: terça-feira, 28 de agosto de 2007 12:56 To: sqlite-users@sqlite.org Subject: Re: [sqlite] In memory database question Hi, I did tried something crazy like this (it worked, for read only DB only). I changed pread to preadCustom api.Then in preadCustom maintained a static fdArray. if fd

Re: [sqlite] In memory database question

2007-08-28 Thread RaghavendraK 70574
Hi, I did tried something crazy like this (it worked, for read only DB only). I changed pread to preadCustom api.Then in preadCustom maintained a static fdArray. if fd is not listed then i mmap the whole file and the use the memcpy to return the data. There was significant performance again as