ena icon indicating copy to clipboard operation
ena copied to clipboard

Add read-only query APIs for `find`, `probe_value`, and `unioned` for Concurrency

Open Congyuwang opened this issue 4 years ago • 0 comments

Add read-only query APIs with read_ prefix for find, probe_value, and unioned to allow concurrency on modern CPUs for faster read-only workload (even without path-compression) after writing to it.

Congyuwang avatar Oct 20 '21 03:10 Congyuwang