How to design a basic database for android which would be faster than SQLite and uses android NDK?
I'm open to use CSV, JSON etc to make the file structure. I need it to be faster in insertion and retrieval than SQLite for like 65000 entries even when SQLite is indexed on the primary key. How could I achieve this using Android NDK.
Aucun commentaire:
Enregistrer un commentaire