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

Updated PR for SecondaryIndexQueries #1783

Open
wants to merge 3 commits into
base: mas-i1737-indexkeydata01
Choose a base branch
from

Conversation

ThomasArts
Copy link
Contributor

No description provided.

The `extract_buckets` primitive takes a map. This map can either work on ranges, or just values or possibly later regexp etc, like the filters. This is not clearly written down and for the moment I define the `extract_buckets` to always work on a map of ranges. Some thought need to go into how to represent the different alternatives
Copy link
Contributor

@martinsumner martinsumner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure it works to split out the process of breaking up a fixed width index by first adding a delimiter - as the index being split may contain the delimiter.

Perhaps supporting fixed width is an unnecessary complication. Perhaps delimiters should always be used, and all binary parts on the index should be expected to be base64 encoded. The indexes are compressed before storage, so being able to fine tune there size is perhaps a false saving.

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

Successfully merging this pull request may close these issues.

None yet

2 participants