-
Notifications
You must be signed in to change notification settings - Fork 388
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Benchmark for SQLite? #81
Comments
Haven't done any benchmark for SQLite yet, but will add when I have time. |
Background for my question: Should I use SQLite or not.... |
It totally depends on your needs, if you have a couple of data, sharedpref would be better choice since it cashes them after first read, but if you have a huge amount of data, you can go for sqlite. |
I only have one or two objects with about 10 values. So from your answer I should use SharedPref. |
That would be fine with sharedpref, let me know if you have performance issues please. Closing this issue for now. |
No description provided.
The text was updated successfully, but these errors were encountered: