Thread: JSON vs SQLITE
View Single Post
Old 03-17-2026, 10:28 PM   #13
varia
Connoisseur
varia can spell AND pronounce 'liseuse.'varia can spell AND pronounce 'liseuse.'varia can spell AND pronounce 'liseuse.'varia can spell AND pronounce 'liseuse.'varia can spell AND pronounce 'liseuse.'varia can spell AND pronounce 'liseuse.'varia can spell AND pronounce 'liseuse.'varia can spell AND pronounce 'liseuse.'varia can spell AND pronounce 'liseuse.'varia can spell AND pronounce 'liseuse.'varia can spell AND pronounce 'liseuse.'
 
varia's Avatar
 
Posts: 57
Karma: 39844
Join Date: Jan 2026
Device: Samsung Galaxy Tab S10 Lite
Quote:
Originally Posted by kovidgoyal View Post
You use sqlite if you need to modify individual rows in the larger dataset with good performance and make queries against the larger dataset using indices for speed. If nether of those are a concern either because of the design or because the dataset is not large then use JSON.
Thank you, Kovid. That is helpful to know. That would mean JSON is the way to go for this plugin.
varia is offline   Reply With Quote