I’ve a CSV file of 500 thousand rows.
I’ve to insert all rows of CSV file into a table created in SQLite Android.
I want to know how much rows I can insert in any table in SQLite?
I’ve a CSV file of 500 thousand rows. I’ve to insert all rows of
Share
From the sqlite3 documentation:
See this for limits and see this question for some performance characterization.