MCPcopy Create free account
hub / github.com/adambcomer/database-engine / flush

Method flush

src/wal.rs:111–113  ·  view source on GitHub ↗

Flushes the WAL to disk. This is useful for applying bulk operations and flushing the final result to disk. Waiting to flush after the bulk operations have been performed will improve write performance substantially.

(&mut self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 9

newMethod · 0.80
load_from_dirMethod · 0.80
test_write_oneFunction · 0.80
test_write_manyFunction · 0.80
test_write_deleteFunction · 0.80
test_read_wal_oneFunction · 0.80
test_read_wal_multipleFunction · 0.80
setMethod · 0.80
deleteMethod · 0.80

Calls

no outgoing calls

Tested by 5

test_write_oneFunction · 0.64
test_write_manyFunction · 0.64
test_write_deleteFunction · 0.64
test_read_wal_oneFunction · 0.64
test_read_wal_multipleFunction · 0.64