Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TruncateBadger = false
TruncateBadger controls whether Badger is configured to truncate corrupted data. Especially on Windows, if the node is terminated abruptly, setting this may be necessary to recovering the state of the system.
However, Accumulate is not robust against this kind of interruption. If the node is terminated abruptly and restarted with this flag, some functions may break, such as synthetic transactions and anchoring.
Functions ¶
func WithPlainKeys ¶ added in v1.4.0
func WithPlainKeys(o *opts) error
Types ¶
type DB ¶ added in v1.4.0
type DB[Db dbImpl[Txn, Item, Wb], Txn txn[Item], Item item, Wb writeBatch] struct {
// contains filtered or unexported fields
}
type Database ¶
type Database = DatabaseV1
type DatabaseV2 ¶ added in v1.4.0
type DatabaseV3 ¶ added in v1.4.0
type DatabaseV4 ¶ added in v1.4.0
Click to show internal directories.
Click to hide internal directories.