From 9dee89f4909ccf23cbcc11665364cd776625db03 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 30 Dec 2024 15:39:09 -0300 Subject: src/dedo.go: Remove DB.NoSync option --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index fc2a1e0..b99baa1 100644 --- a/README.md +++ b/README.md @@ -758,8 +758,7 @@ lock-free MVCC using a single writer and multiple readers. The two projects have somewhat diverged. LMDB heavily focuses on raw performance while Bolt has focused on simplicity and ease of use. For example, LMDB allows several unsafe actions such as direct writes for the sake of performance. Bolt -opts to disallow actions which can leave the database in a corrupted state. The -only exception to this in Bolt is `DB.NoSync`. +opts to disallow actions which can leave the database in a corrupted state. There are also a few differences in API. LMDB requires a maximum mmap size when opening an `mdb_env` whereas Bolt will handle incremental mmap resizing -- cgit v1.2.3