93_DbRep: new aggregation type year

git-svn-id: https://svn.fhem.de/fhem/trunk@19106 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
DS_Starter
2019-04-03 19:56:48 +00:00
parent 6057a447c8
commit cb894c2130

View File

@@ -10576,7 +10576,7 @@ return;
Due to performance reason the following index should be created in addition: <br>
<code>
CREATE INDEX Report_Idx ON `history` (TIMESTAMP, READING) USING BTREE;
CREATE INDEX Report_Idx ON `history` (READING, TIMESTAMP) USING BTREE;
</code>
</ul>
<br>
@@ -12949,7 +12949,7 @@ sub bdump {
Aus Performancegründen sollte zusätzlich folgender Index erstellt werden: <br>
<code>
CREATE INDEX Report_Idx ON `history` (TIMESTAMP, READING) USING BTREE;
CREATE INDEX Report_Idx ON `history` (READING, TIMESTAMP) USING BTREE;
</code>
</ul>
<br>