Replies: 1 comment
-
Upsert does not directly hit storage so there is no reason for it to be async. I am surprised you are seeing perf limits. A small stand-alone repro would be great. We can upsert at millions of ops/sec. cc @TedHartMS |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There isn't an UpsertAsync method for TsavoriteKV as in FASTER. Is there a way to do it asynchronously?
Inserting even a small amount of data takes too much time. Is there a way to improve performance?
Beta Was this translation helpful? Give feedback.
All reactions