Am trying to compare the read-write time of mongodb with and without WiredTiger. I found that for both read and write, mongodb with WiredTiger is taking more time than without WiredTiger. I am using node-mongo program for testing.
From what I understand, the performance should improve after using wiredtiger. Can anyone help me with this?