2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

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:
nasseeder1 2019-04-03 19:56:48 +00:00
parent 15f16826ff
commit c2be004d28

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>