7 ms·
What about file-based catalogs with Iceberg? Found one that puts it in a single json file: https://github.com/boringdata/boring-catalog https://github.com/borin
by dsp_person 10mo ago
What about file-based catalogs with Iceberg? Found one that puts it in a single json file: https://github.com/boringdata/boring-catalog https://github.com/boringdata/boring-catalog
- saxenaabhi 10mo agoThen concurrency suffers since you have to have locks when you update files. That's also why ducklake performs better than others. For many use cases this trade-off is worth it.