I would like to setup cassandra so that writes are acknowledged only after the commitlog is fsynced to the disk, prevent any loss of data.
I setting commitlog_sync: batch.
And for commitlog_sync_batch_window_in_ms: what is the lowest value i can set ?
Is 1ms the lowest, Is 0 ms allowed ?
Thanks.
