]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
Update README.md
authorschorsch1976 <georg@schorsch-tech.de>
Tue, 29 Aug 2023 16:22:53 +0000 (18:22 +0200)
committerMatthias Runge <mrunge@matthias-runge.de>
Fri, 13 Oct 2023 07:50:29 +0000 (09:50 +0200)
contrib/postgresql/README.md

index de2fa42b11ae6b16c325312019db2afe79d1233d..2cb44d03b8a1be76d5d3994df7cca9aed614d8c9 100644 (file)
@@ -1,7 +1,9 @@
-Motivation for that second possible postgresql layout:
-------------------------------------------------------
+PostreSQL example databases:
 
-The first layout from Sebastian 'tokkee' Harl is like that:
+    collectd_insert.sql
+    collectd_insert2.sql
+
+The first database layout, from Sebastian 'tokkee' Harl, is like this:
 
 ```
 +-------------------+  +----------------+
@@ -65,7 +67,7 @@ The type, type_inst and value_name get used to create the name of the value volu
 Description:
 ------------
 
-Second database layout is done on postgresql 15, by <INSERT NAME>.
+Second database layout is done on postgresql 15, by Georg Gast.
 
 It has some advantages over first one: The data has much higher data locality as it stays in one table and much less unneeded text columns.
 This leads to much smaller table spaces. In my case the first setup created about 300 MB per day. The new setup about 50 MB with the advantage of depending data near each other.