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

Build a delete_prefix in C and compare speeds #79

Open
mkmoisen opened this issue Feb 12, 2017 · 1 comment
Open

Build a delete_prefix in C and compare speeds #79

mkmoisen opened this issue Feb 12, 2017 · 1 comment

Comments

@mkmoisen
Copy link
Owner

No description provided.

@mkmoisen
Copy link
Owner Author

11.8.7. Optimal Loading of Row Keys

When performing a table scan where only the row keys are needed (no families, qualifiers, values or timestamps), add a FilterList with a MUST_PASS_ALL operator to the scanner using setFilter. The filter list should include both a FirstKeyOnlyFilter and a KeyOnlyFilter. Using this filter combination will result in a worst case scenario of a RegionServer reading a single value from disk and minimal network traffic to the client for a single row.

http://hbase.apache.org/0.94/book/perf.reading.html

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

1 participant