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

Add benchmark for bulk ingestion #170

Merged
merged 1 commit into from
Nov 17, 2023
Merged

Add benchmark for bulk ingestion #170

merged 1 commit into from
Nov 17, 2023

Conversation

kou
Copy link
Member

@kou kou commented Nov 16, 2023

Closes GH-169

Apache Arrow Flight SQL is slow because the current implementation inserts records one by one.

We will be able to improve performance by using a new bulk ingestion Flight SQL command.

See also: apache/arrow#38255

Closes apacheGH-169

Apache Arrow Flight SQL is slow because the current implementation
inserts records one by one.

We will be able to improve performance by using a new bulk ingestion
Flight SQL command.

See also: apache/arrow#38255
@kou
Copy link
Member Author

kou commented Nov 17, 2023

+1

@kou kou merged commit 574d7a0 into apache:main Nov 17, 2023
12 checks passed
@kou kou deleted the benchmark-insert branch November 17, 2023 02:48
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.

Add benchmark for bulk ingestion
1 participant