Note that sqlite has an limit in cursorsize.
It is not recommenden to put a json with 1000 datasets into one database field.
It would be much faster if you split the json and create table entries based on the data in the json. Faster afterwards as you can directly query the database.
Note that sqlite has an limit in cursorsize.
It is not recommenden to put a json with 1000 datasets into one database field.
It would be much faster if you split the json and create table entries based on the data in the json. Faster afterwards as you can directly query the database.
Also i would like to ask that when i am inserting around 750 rows in a table in sqlite databse , the size of the data is around 65MB, which is too much, How come this is possible?
And PartyJSON and VchJSON fields contains a large json data , and i store around 750 rows of data in sqlite databse.. and the size which is shown on phone is around 65 MB.