-
Notifications
You must be signed in to change notification settings - Fork 413
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
write_deltalake is not creating checkpoints #1815
Labels
bug
Something isn't working
Comments
yefetBenTili
changed the title
write_deltalake is not creatring checkpoints
write_deltalake is not creating checkpoints
Nov 7, 2023
I use this
|
@yefetBenTili we are already tracking this here: #913 |
Closing it since we track it in #913 |
Saw the conversion on the other issue, but I still don't understand. Should I expect |
@slanton-a with the latest version, it is automatic by default every 100 commits |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Delta-rs version: 0.10.0
Binding:
Environment:
Cloud provider: AWS
OS: macOs
Other:
We have a Delta Lake on S3 with over 2TB of data, which we write to daily. using we use
write_deltalake
(writing new partitions every day withpartition filters
)We noticed a significant decline in read performance after a few weeks. which led to further investigation I discovered that no checkpoint files were being written. Currently, I am at over 4000 transaction JSON files, and no checkpoint file is there.
As far as I know, Delta's default behavior includes checkpointing after the 10th version. Is there a way to enforce this or trigger it manually?
The text was updated successfully, but these errors were encountered: