Difference between revisions of "Trie"
Jump to navigation
Jump to search
(8 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
[[k-ary]] [[search tree]] | [[k-ary]] [[search tree]] | ||
− | [[geth]] | + | * [[geth]]: <code>INFO [05-08|17:10:25.580] [[Allocated trie memory caches]] clean=614.00MiB dirty=1024.00MiB</code> |
− | |||
Line 10: | Line 9: | ||
* <code>[[INFO Persisted the clean trie cache]]</code> | * <code>[[INFO Persisted the clean trie cache]]</code> | ||
* <code>[[WARN Reorg in progress, trie commit postponed]]</code> | * <code>[[WARN Reorg in progress, trie commit postponed]]</code> | ||
− | + | * <code>[[ERROR Failed to open trie]]</code> | |
+ | * [[Failed to write trie to disk]] | ||
--cache.gc value (default: 25) | --cache.gc value (default: 25) | ||
Line 16: | Line 16: | ||
mode, 0% archive mode) | mode, 0% archive mode) | ||
+ | * <code>[[geth db check-state-content]]</code> | ||
== See also == | == See also == | ||
+ | * {{trie}} | ||
* {{Data structures}} | * {{Data structures}} | ||
[[Category:Programming]] | [[Category:Programming]] |
Latest revision as of 11:22, 8 October 2024
wikipedia:Trie data structures
k-ary search tree
- geth:
INFO [05-08|17:10:25.580] Allocated trie memory caches clean=614.00MiB dirty=1024.00MiB
Geth[edit]
INFO Persisted the clean trie cache
WARN Reorg in progress, trie commit postponed
ERROR Failed to open trie
- Failed to write trie to disk
--cache.gc value (default: 25) Percentage of cache memory allowance to use for trie pruning (default = 25% full mode, 0% archive mode)
See also[edit]
Advertising: