If have you use SQLite to develop a Desktop application, will there be any limitation to the size of data that I can store into it ?
Will there be any performance issues ?
As I read somewhere that browers use it to store settings only..and nothing much..
Thanks…
If have you use SQLite to develop a Desktop application, will there be any
Share
From Implementation Limits For SQLite:
The max file size could be smaller depending on your filesystem. As for performance, that depends more on your schema, queries, indices, type of data being stored, etc.