Tagged Questions

2
votes
2answers
718 views

Primary Key Effect on Performance in SQLite

I have an sqlite database used to store information about backup jobs. Each run, it increases approximately 25mb as a result of adding around 32,000 entries to a particular table. This table is a ...
0
votes
1answer
56 views

What is the maximum number of indexes per table for SQLite?

What is the maximum number of indexes per table for SQLite ? (on Windows XP if that changes anything!)