lightdb icon indicating copy to clipboard operation
lightdb copied to clipboard

Add identity store optimization

Open BrandonHaynes opened this issue 6 years ago • 1 comments

Scan(x).Store(x) should only update metadata, ensure that the optimized plan doesn't create a new stream on disk.

BrandonHaynes avatar Mar 24 '19 17:03 BrandonHaynes

This optimization already exists for Scan(x).Save(x), so make sure it applies to the catalog too.

BrandonHaynes avatar Mar 24 '19 17:03 BrandonHaynes