Nhse o34 orkv.pr51 enhancedocs#15
Merged
martinsumner merged 29 commits intoopenriak-3.4from Mar 17, 2026
Merged
Conversation
Handle remove of `struct` references from query results
…om/OpenRiak/riak_test into nhse-o34-leveled.i433-enhancequery
Fix broken hot postcode feature, and allow for brakes to be applied at end (to ensure that ledger compaction not in behind).
Also allows for brakes to be applied to ease into the station at the end of the load - avoid the server being busy with a backlog of merge activity on commencement of tests.
Export some functions so the option becomes an option.
stephenwood24-nhs
approved these changes
Mar 17, 2026
martinsumner
added a commit
that referenced
this pull request
Apr 13, 2026
* Initial query tests * Include performance comparison with old 2i query * Add basic eval expression tests * Change names of accumulation options * Add raw_terms to testing * Add combo_query test * Add term counting tests * Add range_query test with max_results Handle remove of `struct` references from query results * Add max_results test for filter query * Rename tests and use dedicated query group * Add stats checking for query changes * Test fixes * Add test of queries in documentation * Add test to load data - for performance testing queries * Revert to standard branches after PRs added for Query API Fix broken hot postcode feature, and allow for brakes to be applied at end (to ensure that ledger compaction not in behind). * Add first round of query tests to query_perf Also allows for brakes to be applied to ease into the station at the end of the load - avoid the server being busy with a backlog of merge activity on commencement of tests. * Extend timeout for test queries * Extend comparisons keys vs raw_keys * Extend to compare terms with raw_terms * Fix matching issue * Fix faulty eval function * Add regex vs filter comparison and combo_query * Expand queries * Update rebar.config * Make it easier to switch config in general_api_perf * Bit of dialyzer magic Export some functions so the option becomes an option.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a query performance test. Use to inform the performance and efficiency guide for the Query API in riak Quick Docs