Optimize how to locate metadata file in cache
This commit avoids the use of `search` on the file store
which is quite expensive (18% regress… Show more
This commit avoids the use of `search` on the file store
which is quite expensive (18% regress… Show more
Optimize how to locate metadata file in cacheThis commit avoids the use of `search` on the file storewhich is quite expensive (18% regression on exclude rulemerging perf test).Instead we add a method on the filestore to give us thepath to the file given its coordinates.
Show less
![]() |