[website]: fix typo in database section (#27024)

* [website]: fix typo

* Update docs/fundamentals/databases.md

---------

Co-authored-by: Martin Holst Swende <martin@swende.se>
pull/27100/head
Siyuan Han 2 years ago committed by GitHub
parent 125b204d4a
commit 6714fcb0f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/fundamentals/databases.md

@ -29,7 +29,7 @@ Geth also tracks several performance metrics for the LevelDB database that can b
## Freezer/ancients
Older segments of the chain are moved out of the fast LevelDB database and into a freezer database the is less performant. Nodes rarely need to access these files so IO speed is less important and the bulk of the chain data can be stored on a cheaper HDD. Once blocks pass some threshold age (90,000 blocks behind the head by default) the block and receipt data is flattened and saved as a raw binary blob of data along with an index entry file used for identification.
Older segments of the chain are moved out of the LevelDB database and into a freezer database. Nodes rarely need to access these files so IO speed is less important and the bulk of the chain data can be stored on a cheaper HDD. Once blocks pass some threshold age (90,000 blocks behind the head by default) the block and receipt data is flattened and saved as a raw binary blob of data along with an index entry file used for identification.
Geth also tracks some basic metrics relating to the ancients database that can be monitored:

Loading…
Cancel
Save