You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fast path for reading single doc with ordinals (#102902)
This optimization is added for enrich lookups, which are likely to match
a single document. The change decreases the latency of the enrich
operation in the nyc_taxis benchmark from 100ms to 70ms. When combined
with #102901, it further reduces the latency to below 40ms, better than
the previous performance before the regression.
Relates #102625
0 commit comments