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:
parent
15f16826ff
commit
c2be004d28
@ -10576,7 +10576,7 @@ return;
|
|||||||
|
|
||||||
Due to performance reason the following index should be created in addition: <br>
|
Due to performance reason the following index should be created in addition: <br>
|
||||||
<code>
|
<code>
|
||||||
CREATE INDEX Report_Idx ON `history` (TIMESTAMP, READING) USING BTREE;
|
CREATE INDEX Report_Idx ON `history` (READING, TIMESTAMP) USING BTREE;
|
||||||
</code>
|
</code>
|
||||||
</ul>
|
</ul>
|
||||||
<br>
|
<br>
|
||||||
@ -12949,7 +12949,7 @@ sub bdump {
|
|||||||
|
|
||||||
Aus Performancegründen sollte zusätzlich folgender Index erstellt werden: <br>
|
Aus Performancegründen sollte zusätzlich folgender Index erstellt werden: <br>
|
||||||
<code>
|
<code>
|
||||||
CREATE INDEX Report_Idx ON `history` (TIMESTAMP, READING) USING BTREE;
|
CREATE INDEX Report_Idx ON `history` (READING, TIMESTAMP) USING BTREE;
|
||||||
</code>
|
</code>
|
||||||
</ul>
|
</ul>
|
||||||
<br>
|
<br>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user