forked from vitessio/vitess
-
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.
Insert with select using streaming call (vitessio#10577)
* feat: added streaming support for insert using select query Signed-off-by: Harshit Gangal <[email protected]> * test: added unit test for it Signed-off-by: Harshit Gangal <[email protected]> * feat: allow lock query in streaming Signed-off-by: Harshit Gangal <[email protected]> * feat: support streaming in unsharded table insert Signed-off-by: Harshit Gangal <[email protected]> * test: added olap mode insert select e2e test Signed-off-by: Harshit Gangal <[email protected]> * feat: stream input primitive in its own session Signed-off-by: Harshit Gangal <[email protected]> * feat: force non-stream when insert and select table are same Signed-off-by: Harshit Gangal <[email protected]> * refactor: renamed stream execute primitive method as standalone Signed-off-by: Harshit Gangal <[email protected]> * test: added a unit test Signed-off-by: Harshit Gangal <[email protected]>
- Loading branch information
1 parent
d037f24
commit 9b01988
Showing
13 changed files
with
826 additions
and
94 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.