fix chapter error
This commit is contained in:
parent
8f7744a19a
commit
d0e9f0d775
1 changed files with 3 additions and 1 deletions
|
@ -53,9 +53,11 @@ For D1-3 and R1-3, either Dx or Rx will be active. Therefore, their storage requ
|
|||
| Values | 4 bytes | 10.52 | 21 | 220.92 |
|
||||
| **Total** | | | | **241.96** |
|
||||
|
||||
At the expense of having to create more complicated queries for analysis and visualisation, the optimisations save at least 103.97 MB or 1-137.99/241.96 = 43% in uncompressed storage space per month.
|
||||
|
||||
### Real-world experiences
|
||||
|
||||
At the expense of having to create more complicated queries for analysis and visualisation, the optimisations save at least 103.97 MB or 1-137.99/241.96 = 43% in uncompressed storage space per month. In practice, the storage requirements are lower than those mentioned in the aforementioned theoretical calculations. Over 8 months, I collected a database of 1.04GB of metrics. Using ZSTD with the default level 3, the database can be compressed to just 12.77% of this.
|
||||
In practice, the storage requirements are lower than those mentioned in the aforementioned theoretical calculations. Over 8 months, I collected a database of 1.04GB of metrics. Using ZSTD with the default level 3, the database can be compressed to just 12.77% of this.
|
||||
|
||||
```sh
|
||||
zstd p1_backup.sql
|
||||
|
|
Loading…
Reference in a new issue