Skip to content
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

Closed
Rainer-Lang opened this issue Sep 12, 2015 · 5 comments
Closed

Benchmark for SQLite? #81

Rainer-Lang opened this issue Sep 12, 2015 · 5 comments

Comments

@Rainer-Lang
Copy link

No description provided.

@orhanobut
Copy link
Owner

Haven't done any benchmark for SQLite yet, but will add when I have time.

@Rainer-Lang
Copy link
Author

Background for my question: Should I use SQLite or not....

@orhanobut
Copy link
Owner

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.

@Rainer-Lang
Copy link
Author

I only have one or two objects with about 10 values. So from your answer I should use SharedPref.
Thanks.

@orhanobut
Copy link
Owner

That would be fine with sharedpref, let me know if you have performance issues please. Closing this issue for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants