salimpadela opened a new issue, #11804:
URL: https://github.com/apache/iceberg/issues/11804
### Query engine
Spark, AWS Glue
### Question
What is the correct sequence of maintenance steps to run on an Iceberg
table? Our tables are write-once-read-many so I am not sure if I need to run
`rewrite_position_delete_files` or not.
I am not very experienced in Iceberg so I wanted to see if I am running them
in the correct order or am I missing something here:
Right now my sequence looks like this:
1. `rewrite_data_files`
2. `rewrite_manifests`
3. `expire_snapshots`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]