mirror of
https://github.com/isar/libmdbx.git
synced 2024-10-30 11:29:19 +08:00
mdbx-doc: refine prev commit.
Change-Id: I3ec7544eeee5a2ebfa268d667a1724e8251e7e2e
This commit is contained in:
parent
061d3cc8fd
commit
6c76af5181
9
mdbx.h
9
mdbx.h
@ -1202,10 +1202,11 @@ LIBMDBX_API const char *mdbx_dump_val(const MDBX_val *key, char *const buf,
|
|||||||
* In case single transaction after mdbx_env_sync, you may lose
|
* In case single transaction after mdbx_env_sync, you may lose
|
||||||
* transaction itself, but not a whole database.
|
* transaction itself, but not a whole database.
|
||||||
*
|
*
|
||||||
* Nevertheless, MDBX_UTTERLY_NOSYNC provides ACI (without Durability) in
|
* Nevertheless, MDBX_UTTERLY_NOSYNC provides "weak" durability in case of
|
||||||
* case of a application crash, and therefore may be very useful in
|
* an application crash (but no durability on system failure), and
|
||||||
* scenarios where data durability is not required over a system failure
|
* therefore may be very useful in scenarios where data durability is not
|
||||||
* (e.g for short-lived data), or if you can ignore such risk.
|
* required over a system failure (e.g for short-lived data), or if you can
|
||||||
|
* take such risk.
|
||||||
*
|
*
|
||||||
* MDBX_UTTERLY_NOSYNC flag may be changed at any time using
|
* MDBX_UTTERLY_NOSYNC flag may be changed at any time using
|
||||||
* mdbx_env_set_flags(), but don't has effect if passed to mdbx_txn_begin()
|
* mdbx_env_set_flags(), but don't has effect if passed to mdbx_txn_begin()
|
||||||
|
Loading…
Reference in New Issue
Block a user