summaryrefslogtreecommitdiffstats
path: root/database/engine
diff options
context:
space:
mode:
authorJoel Hans <joel@netdata.cloud>2020-02-08 16:36:09 -0700
committerGitHub <noreply@github.com>2020-02-08 15:36:09 -0800
commit666101a213d9f0036a0b9a5d84fcada5618dd66a (patch)
tree09d726d630d9333d6f04ffbe27aa8c734c8023a1 /database/engine
parent34eb614697e0e26773122e4d8b348428c239c5d8 (diff)
Fix variety of linter errors across docs (#7944)
* Fixes for database/readme.md * Fixes for registry/readme.md * Fixes for daemon/readme.md * Fixes for database/engine/readme.md * Fixes for registry/readme.md * Fix for cli/readme.md * Fixes on docs/a-github-star-is-important.md * A few more documents
Diffstat (limited to 'database/engine')
-rw-r--r--database/engine/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/database/engine/README.md b/database/engine/README.md
index 78f3b15ec8..0ac0be35e9 100644
--- a/database/engine/README.md
+++ b/database/engine/README.md
@@ -170,10 +170,10 @@ so as to avoid all disk bottlenecks.
The reported numbers are the following:
| device | page cache | dataset | reads/sec | writes/sec |
-| :---: | :---: | ---: | ---: | ---: |
-| HDD | 64 MiB | 4.1 GiB | 813K | 18.0M |
-| SSD | 64 MiB | 9.8 GiB | 1.7M | 43.0M |
-| N/A | 16 GiB | 6.8 GiB |118.2M | 30.2M |
+| :----: | :--------: | ------: | --------: | ---------: |
+| HDD | 64 MiB | 4.1 GiB | 813K | 18.0M |
+| SSD | 64 MiB | 9.8 GiB | 1.7M | 43.0M |
+| N/A | 16 GiB | 6.8 GiB | 118.2M | 30.2M |
where "reads/sec" is the number of metric data points being read from the database via its API per second and
"writes/sec" is the number of metric data points being written to the database per second.