Y
Hacker News
new
|
ask
|
show
|
jobs
by
dsp_person
210 days ago
What about file-based catalogs with Iceberg? Found one that puts it in a single json file:
https://github.com/boringdata/boring-catalog
1 comments
saxenaabhi
210 days ago
Then 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.
link
That's also why ducklake performs better than others.
For many use cases this trade-off is worth it.