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

Does spark integrated iceberg support concurrent insert overwrite #2633

Closed
lizu18xz opened this issue May 25, 2021 · 4 comments
Closed

Does spark integrated iceberg support concurrent insert overwrite #2633

lizu18xz opened this issue May 25, 2021 · 4 comments
Labels

Comments

@lizu18xz
Copy link

Does spark integrated iceberg support concurrent insert overwrite?

@zz22394
Copy link

zz22394 commented Dec 18, 2023

Short answer:
Yes.

Ref:

How does Iceberg handle multiple concurrent writes?

https://www.dremio.com/apache-iceberg-faq/#h-how-does-iceberg-handle-multiple-concurrent-writes

Iceberg uses "optimistic concurrency" to provide transactional guarantees during multiple concurrent writes.

@zz22394
Copy link

zz22394 commented Dec 18, 2023

https://iceberg.apache.org/docs/latest/spark-writes/
MERGE INTO is recommended instead of INSERT OVERWRITE because Iceberg can replace only the affected data files

Copy link

This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occurs. To permanently prevent this issue from being considered stale, add the label 'not-stale', but commenting on the issue is preferred when possible.

@github-actions github-actions bot added the stale label Jun 16, 2024
Copy link

github-actions bot commented Jul 1, 2024

This issue has been closed because it has not received any activity in the last 14 days since being marked as 'stale'

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants