Parallel read and write operation not working

@simonbasle Is it natural that when both the operations (read and write) occur in parallel, there should be a decrease in the number of reads per second? Write is not affected at all. Only the performance of the read has become low. Or is it possible to get the same performance when running in parallel also?