Re: [sqlite] DB extraction from SQLITE

2011-03-08 Thread Simon Slavin
On 8 Mar 2011, at 3:22pm, Gigin Jose wrote: > Is the system supposed to take this amount of time on a ARM base embedded > device ?Is there any better way to extract data ? You will have a number of caches involved in the setup, and the caches are different sizes on the different devices.

[sqlite] DB extraction from SQLITE

2011-03-08 Thread Gigin Jose
Hi,    I am working on embedded arm linux.I am trying to extract records form a local database of sqlite using QT Application. My local database is of size 2.6MB and contains almost 1.2 lakh records , each record has three fields (ID, name, address). I am trying to extract all the records from d