WAL performance #56
potrusil-osi
started this conversation in
General
Replies: 1 comment 16 replies
-
Hi @potrusil-osi , Let's start from things that can be done easily:
Now let's take a look at existing implementation of
If you have clear ideas of how to do concurrent writes on disk without lock then you can implement |
Beta Was this translation helpful? Give feedback.
16 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi sakno,
I've been testing performance of a distributed application built on top dotNext/Raft and ran into couple of issues with the current implementation of WAL. I'm using DotNext.AspNetCore.Cluster v3.0.2 and custom binary serialization through the command interpreter framework.
Beta Was this translation helpful? Give feedback.
All reactions