delta icon indicating copy to clipboard operation
delta copied to clipboard

[Feature Request][Kernel]Avoid redundant snapshot construction in table.checkpoint

Open huan233usc opened this issue 5 months ago • 0 comments

Feature request

Which Delta project/connector is this regarding?

  • [ ] Spark
  • [ ] Standalone
  • [ ] Flink
  • [x] Kernel
  • [ ] Other (fill in here)

Overview

Today, table.checkpoint first creates a snapshot and run checkpoint. creates a snapshot itself requires log replay which could be avoid.

Motivation

Further details

Willingness to contribute

The Delta Lake Community encourages new feature contributions. Would you or another member of your organization be willing to contribute an implementation of this feature?

  • [ ] Yes. I can contribute this feature independently.
  • [ ] Yes. I would be willing to contribute this feature with guidance from the Delta Lake community.
  • [ ] No. I cannot contribute this feature at this time.

huan233usc avatar May 29 '25 23:05 huan233usc