paimon
paimon copied to clipboard
[core] Support MULTI_WRITE mode for KeyValueFileStoreWrite when multiple jobs are writing to one table simultaneously…
Purpose
Linked issue: close #5214
Tests
MergeTreeCompactManagerTest#testSyncOrphanFiles() KeyValueFileStoreWriteTest#testMultiWriteModeEnabled() KeyValueFileStoreWriteTest#testMultiWriteModeDisabled()
API and Format
Documentation
@LinMingQiang I've discussed with @JingsongLi about this feature. We need to avoid continuously file scan in writer. So this pr will only be a PoC temporarily.