Re: [sqlite] SQLite performance with NOR FLASH

2014-06-25 Thread Vivek Ranjan
ackup_finish sqlErrno %d", sqlErrno); result = false; } } else { Tr_Err("SwapDB could not be init"); result = false; } Br Vivek On Wed, Jun 25, 2014 at 10:14 PM, Vivek Ranjan wrote: > Dear All, > > I am unsing SQLite on NOR

[sqlite] SQLite performance with NOR FLASH

2014-06-25 Thread Vivek Ranjan
Dear All, I am unsing SQLite on NOR Flash with Sqlite version 3.8.5 with default setting i.e. sector and page size. Writing to NOR Flash taken around 10 seconds ( SQLite file size of 400KB, which is somehow not acceptable). Upon inserting additional debug prints, I found that since I use the foll