Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The first version only supports file.format = parquet , and more formats will be supported in the future.
  • Only support changelog-producer  = none  or lookup 

Migration

Conversion between delete file mode

...

and original

...

mode

  1. LSM original mode -> delete file mode: can be directly switched (just set )by set `delete-map.enabled = true` .
  2. delete file mode -> LSM original mode, in theory, perform a full compaction, then clean up the old snapshot, and then disabled delete file mode.set `delete-map.enabled = false`


[1]: https://github.com/apache/iceberg

...