mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
577c73af0e
* New translations volumio.properties (French) * New translations astro.properties (Finnish) * New translations chromecast.properties (Finnish) * New translations icloud.properties (Finnish) * New translations tradfri.properties (Finnish) * New translations icalendar.properties (Finnish) * New translations dali.properties (Finnish) * New translations fmiweather.properties (Finnish) * New translations modbus.properties (Finnish) * New translations mybmw.properties (Finnish) * New translations netatmo.properties (Finnish) * New translations rollershutter.properties (Finnish) * New translations vat.properties (Finnish) * New translations avmfritz.properties (Italian) * New translations enigma2.properties (Italian) * New translations astro.properties (Dutch) * New translations openweathermap.properties (Dutch) * New translations dsmr.properties (Dutch) * New translations systeminfo.properties (Dutch) * New translations unifi.properties (Dutch) * New translations jsscripting.properties (Dutch) * New translations inmemory.properties (Dutch) * New translations mapdb.properties (Dutch) * New translations rrd4j.properties (Dutch) * New translations smhi.properties (Swedish) * New translations plex.properties (Italian) * New translations openwebnet.properties (Italian) * New translations solarforecast.properties (Finnish) * New translations nikohomecontrol.properties (Dutch) * New translations emotiva.properties (Italian) * New translations volumio.properties (Italian) * New translations siemenshvac.properties (Italian) |
||
---|---|---|
.. | ||
src | ||
NOTICE | ||
pom.xml | ||
README.md |
MapDB Persistence
The MapDB persistence service is based on a simple key-value store that only saves the last value.
MapDB is useful for restoring items that have the restoreOnStartup
strategy because other persistence options have some drawbacks if only the last value is needed on restarts.
Some disadvantages of other persistence services compared to MapDB are that they:
- grow in time
- require complex installs (
influxdb
,jdbc
,jpa
) rrd4j
cannot store all item types (only numeric types)
It is only possible to query the last value and not other historic values because the MapDB persistence service can only store one value per item.