You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running rocksdb on a ext4 dax system in kernel 5.1.
I am testing it with YCSB workloads, and I enable dcpmm wal.
I noticed that the MAP_SYNC flag destroys scalability due to ext4 journaling overheads, and the overall performance is worse than using default rocksdb.
Has anyone else experience this?
Is this expected?
Hi!
I am running rocksdb on a ext4 dax system in kernel 5.1.
I am testing it with YCSB workloads, and I enable dcpmm wal.
I noticed that the MAP_SYNC flag destroys scalability due to ext4 journaling overheads, and the overall performance is worse than using default rocksdb.
Has anyone else experience this?
Is this expected?
Best Regards,
Chloe
Expected behavior
Actual behavior
Steps to reproduce the behavior