perf(dir-catalog): avoid unchanged manifest reloads#7234
Conversation
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
02db606 to
aa031e7
Compare
Benchmark comparison against #7176Compared this PR's unchanged-read benchmark with the prior copy-on-write Important caveat: #7176 measured This PR: unchanged warm readsSetup: S3
All runs had 0 errors. Reference from #7176: CoW write throughputFor the same row counts, #7176 reported continuous single-process
Takeaway: #7176 shows CoW commits remain single-writer and roughly O(rows). This PR does not change write-side commit behavior. It improves the unchanged read path by avoiding a full latest-manifest reload when |
Summary: