4 Commits

Author SHA1 Message Date
nasseeder1
4c9a567106 database create scripts changed in contrib/dblog (forum:#84419)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@16242 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2018-02-22 08:43:10 +00:00
tobiasfaust
fdac1c191c DbLog (contrib): (thanks to fuzzy)
- Event parsing method: Changed if to elseif to speed it up, added parsing support for OWL energy monitors (TRX_WEATHER), AC level command (TRX_LIGHTING), CUL_HM actuator messages. Fixed indentation levels.
  - Log method: Changed to use one transaction for writing all of the readings.
  - Get method: Changed to use bind variables with fetch (fastest way to read data), reduced the returned columns to 'timestamp' and 'value'.

  - changed index on history for postgresql


git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@2976 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-03-24 12:44:46 +00:00
tobiasfaust
5dfd335da5 93_DbLog.pm: MySQL: neue Definition eines Indices auf history zur schnelleren
Generierung von Plots, SQL darauf angepasst


git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@2614 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-01-31 04:03:12 +00:00
tobiasfaust
572c9e93fc now added really the script to create the tables and indices for a postgresql database
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@2176 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2012-11-24 12:03:14 +00:00