Hi All:
We are using SQLite database to store data. We are having a very peculiar situation. Let me summarize
- Database having multiple tables.
- Tables having 3000 rows.
- Tables are having index.
- There is considerable gain due to indexes.
- When I run the application and access certain data the query runs slow.
- But if I just open the database in Black Cat SQLite editor, suddenly the queries becomes fast.
We are running the index queries everytime the application starts, also the sync=off.
Regards Debasish