fix a typo (#4506)

pull/4508/head
IchHabeKeineNamen 2022-10-03 22:36:25 +08:00 committed by GitHub
parent 4d2d6e216d
commit 7e3f9be55b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ The [WAL](#write-ahead-log-wal) and cache are separate entities and do not inter
The cache:
- Organizes points by key (measurement, tag set, and unique field)
- Organizes points by key (measurement, tag set, and unique field).
Each field is stored in its own time-ordered range.
- Stores uncompressed data.
- Gets updates from the WAL each time the storage engine restarts.