-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
search_after query optimization with shard/segment level short cutting (
#7453) * search_after query optimization with shard/segment level short cutting Signed-off-by: Chaitanya Gohel <[email protected]> * Correcting logical && operator Signed-off-by: Chaitanya Gohel <[email protected]> * Addressig review comments Signed-off-by: Chaitanya Gohel <[email protected]> * Correcting NPE Signed-off-by: gashutos <[email protected]> * Fixing failed integ Signed-off-by: gashutos <[email protected]> * Addressing review comments and fixing some more integ Signed-off-by: Chaitanya Gohel <[email protected]> * Addressing review comments and fixing some more integ Signed-off-by: Chaitanya Gohel <[email protected]> * Refactoring a bit to aggressive null checks Signed-off-by: Chaitanya Gohel <[email protected]> * Adding unit tests for MinAndMax methods Signed-off-by: gashutos <[email protected]> --------- Signed-off-by: Chaitanya Gohel <[email protected]> Signed-off-by: gashutos <[email protected]> Signed-off-by: Chaitanya Gohel <[email protected]>
- Loading branch information
Showing
8 changed files
with
289 additions
and
35 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
Oops, something went wrong.