Hi, > What I am getting here is that writes will be > serialized due to a Single Write lock
For scalability, you also need scalable hardware. Just using multiple threads will not improve performance if all the data is then stored on the same disk. Regards, Thomas
