Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/issue 59 support streaming insert #60

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

leo-cai-timeplus
Copy link
Contributor

streaming insert

see example in examples/native/batch/main.go, we can now append more items into batch after send and finally close it.

replace columns in batch

see example in examples/streaming/batch_replace/main.go, we can replace all columns in a batch by slices generated by users. It may work faster than append one by one.

@leo-cai-timeplus leo-cai-timeplus self-assigned this Oct 23, 2023
@leo-cai-timeplus leo-cai-timeplus linked an issue Oct 23, 2023 that may be closed by this pull request
@leo-cai-timeplus leo-cai-timeplus marked this pull request as draft October 23, 2023 10:02
@leo-cai-timeplus leo-cai-timeplus marked this pull request as ready for review October 26, 2023 05:30
@leo-cai-timeplus leo-cai-timeplus force-pushed the feature/add-streaming-batch-insert branch 3 times, most recently from 3f3b87d to c66adfd Compare October 27, 2023 09:53
@leo-cai-timeplus leo-cai-timeplus marked this pull request as draft December 18, 2023 06:58
block in streaming_buffer can be replaced by data generated outside.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support streaming insert
1 participant