docs(libmdbx): static_files -> snapshots (#8046)

This commit is contained in:
Alexey Shekhirin
2024-05-02 14:43:37 +01:00
committed by GitHub
parent aba48a5505
commit f6649c31b2
2 changed files with 2 additions and 2 deletions

View File

@ -976,7 +976,7 @@ mod tests {
}
// Insert more data in the database, so we hit the DB size limit error, and MDBX tries to
// kick long-lived readers and delete their static_files
// kick long-lived readers and delete their snapshots
{
let tx = env.begin_rw_txn().unwrap();
let db = tx.open_db(None).unwrap();

View File

@ -25,7 +25,7 @@ pub enum SyncMode {
///
/// [SyncMode::UtterlyNoSync] the [SyncMode::SafeNoSync] flag disable similarly flush system
/// buffers to disk when committing a transaction. But there is a huge difference in how
/// are recycled the MVCC static_files corresponding to previous "steady" transactions (see
/// are recycled the MVCC snapshots corresponding to previous "steady" transactions (see
/// below).
///
/// With [crate::EnvironmentKind::WriteMap] the [SyncMode::SafeNoSync] instructs MDBX to use