SQLite Question
#1

As the database grows are the queries going to execute slower and slower?
Reply
#2

Nope, as long as the way how you organized your tables/database are fine then there will be no problems on the queries execution.
Reply
#3

They will eventually become slower if the table isn't properly indexed. Avoid string searches and full table scans.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)