Result Set Size Estimation for Tag-Based Queries #180
Closed
silvanheller
started this conversation in
Ideas
Replies: 1 comment
-
Sure, you can do that for single tags, but without knowing the ngrams, any estimation for multiple tags can be very rough. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
During discussions, the idea came up that we could estimate the result set size for tag-based queries by precomputing the number of items per tag and then providing that number to the user at query-time so the selectivity of a query can be estimated. I'll leave this idea here for reference.
Beta Was this translation helpful? Give feedback.
All reactions