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

[QUESTION] query #19

Closed
ashkryab opened this issue Aug 18, 2019 · 4 comments
Closed

[QUESTION] query #19

ashkryab opened this issue Aug 18, 2019 · 4 comments

Comments

@ashkryab
Copy link

Can I replace sqlite to hive (SELECT * USERS WHERE ID > 0 AND gender LIKE "male" OR name LIKE "%ohn%" SORT BY age DESC )

Or this plugin work only with key-valur pair?

@ashkryab
Copy link
Author

why do you compare with sqlite?

@simc
Copy link
Member

simc commented Aug 18, 2019

I compare it with SQLite because you can use Hive most of the time instead of SQLite.

You can do filtering in code. If you have a very large database and you need filtering, you should stick to SQLite.

@Nipodemos
Copy link

just to be sure, how much "very large" means?
1,000?
10,000?
100,000?
1,000,000?

i always wanted to know 😄

@simc
Copy link
Member

simc commented Aug 19, 2019

Below 100,000 should be no problem for hive.

If your rely on filtering (which you have to do yourself), I wouldn't use more than 1000-5000.

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

3 participants