Description
Currently there is a lock in the journal so that only one thread can append at a time. Although the operation is fast, it can become a bottleneck on environments with hundreds of threads. There should be a way for threads not to be blocked on append operations.