Total bytes written to DWB files since process start.
()
| 83 | |
| 84 | /// Total bytes written to DWB files since process start. |
| 85 | pub fn wal_dwb_bytes_written_total() -> u64 { |
| 86 | DWB_BYTES_WRITTEN_TOTAL.load(Ordering::Relaxed) |
| 87 | } |
| 88 | |
| 89 | /// I/O mode for the double-write buffer file. |
| 90 | #[derive(Debug, Clone, Copy, PartialEq, Eq)] |