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
We observed that there were some missing keys when we tested the uTree (multi-threaded version) using 8-bytes key-value pairs.
We first insert 1 million 8-byte key-value pairs to build the tree then issue read operations. We find there are several keys that can not be found.
The single-threaded utree is good, only the multi-threaded version trigger this issue.
Could you please help us to solve this?
Best regards,
Duo Lu
The text was updated successfully, but these errors were encountered:
Hi,
We observed that there were some missing keys when we tested the uTree (multi-threaded version) using 8-bytes key-value pairs.
We first insert 1 million 8-byte key-value pairs to build the tree then issue read operations. We find there are several keys that can not be found.
The single-threaded utree is good, only the multi-threaded version trigger this issue.
Could you please help us to solve this?
Best regards,
Duo Lu
The text was updated successfully, but these errors were encountered: