user3368481
user3368481

Reputation:

Android : Sqlite more than 20 tables performance

I have a question about performance of the application when we are using sqlite database in our app , Do will reduce the speed when we use more than 20 tables in our database? Each tables have 20 rows data.

Upvotes: 0

Views: 48

Answers (2)

Nitesh Singh
Nitesh Singh

Reputation: 328

OF course not , You can use more than 20 tables that will not low your speed, I have created an app having around 120000 tuples including all tables.

Upvotes: 0

CodyEngel
CodyEngel

Reputation: 1501

It shouldn't. That's only 400 rows of data.

Upvotes: 1

Related Questions