forked from GreptimeTeam/greptimedb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: consolidate Insert request related partitioning and distributed…
… processing operations into Inserter (GreptimeTeam#2346) * refactor: RegionRequest as param of RegionRequestHandler.handle Signed-off-by: Zhenchi <[email protected]> * feat: partition insert & delete reqs for both standalone and distributed mode Signed-off-by: Zhenchi <[email protected]> * chore: nit change Signed-off-by: Zhenchi <[email protected]> * fix: wrong function nameg Signed-off-by: Zhenchi <[email protected]> * feat: do request in inserter & deleter Signed-off-by: Zhenchi <[email protected]> * feat: remove RegionRequestHandler.handle Signed-off-by: Zhenchi <[email protected]> * refactor: rename table_creator Signed-off-by: Zhenchi <[email protected]> * chore: nit change Signed-off-by: Zhenchi <[email protected]> * refactor: address comments Signed-off-by: Zhenchi <[email protected]> * chore: nit change Signed-off-by: Zhenchi <[email protected]> --------- Signed-off-by: Zhenchi <[email protected]>
- Loading branch information
Showing
31 changed files
with
890 additions
and
1,264 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
Oops, something went wrong.