-
Notifications
You must be signed in to change notification settings - Fork 530
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Search: drop use of TagCache, extract tags and tag values on-demand (#…
…1068) * Search: drop use of TagCache, extract tags and tag values on-demand * Fix compile-error in tests * fmt * Remove TagCache :cat-salute: * Add error handling * lint * Clean up and optimisations * Fix compilation errors * Refactor methods for consistency with instance.Search * Tweak tag lookup binary search to eliminate last comparison and fetch of data from flatbuffers. Add new FindTag function * Use tempofb.FindTag * Add SearchDataMap RangeKeys and RangeKeyValues * make fmt * Update CHANGELOG.md * Cast to string once * Reuse SearchEntry buffer where possible * fix key/value typo * Add limit on response size for a tag-values query Signed-off-by: Annanay <[email protected]> * Lint and CHANGELOG Signed-off-by: Annanay <[email protected]> * lint, fix test by adding userID to ctx Signed-off-by: Annanay <[email protected]> Co-authored-by: Martin Disibio <[email protected]> Co-authored-by: Annanay <[email protected]>
- Loading branch information
1 parent
678f31c
commit 6ec3eb8
Showing
24 changed files
with
496 additions
and
251 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.