-
jeffro256[m]@hyc Will any journaled file system be able to guarantee ordered writes? I know that most journaled file systems do not journal file data, just metadata, so probably not...
-
jeffro256[m]What makes ext3 / ext4 different that they can guarantee ordered writes?
-
ofrnxmr[m]
-
ofrnxmr[m]Not the answer youre looking for, but the benchmarks are here
-
RavFX[m]In the past, EXT4 did privilege performance over data integrity hence I did not use EXT* since a LONG time. Trust fast to lose, long to gain.
-
RavFX[m]I think it was something about write barriers disabled by default back when it was new. Was good to make it look better in benchmarks
-
someoneelse49549does anyone know where is defined output_data_t struct ? found it in db_lmdb.cpp
-
UkoeHBblockchain_db.h
-
someoneelse49549thx u
-
moneromooogit grep output_data_t | grep -E typedef\|class\|struct will usually find it.