This repository has been archived by the owner on Dec 16, 2022. It is now read-only.
forked from vitessio/vitess
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* The following is the first towards enhanced shard targeting as described in github vitessio#3666. * The following adds support for targeting a keyrange using the following syntaxt: keyspace[range]@tablet_type. * TODO: key range targeting within a statement. * Renames handleRange to shardRangeExec * Be consistent on how stats are calculated Address PR comments * Be more DRY and consolidate some code repitition. * Rename variables for consistency. * Oops - update to not use result, err var and just rss Signed-off-by: Rafael Chacon <[email protected]>
- Loading branch information
Showing
6 changed files
with
285 additions
and
41 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
Oops, something went wrong.