Skip to main content
Version: 2.19.0

Load Data Store

Load Readings Schema

The database schema for load readings with filename format : <YYYY-MM-DD-load-readings.sqlite> under a single date subdirectory.

Table NameDescription
W_in
W_out
cacheable
entity_ids
maximums
metadata
schema_version
sqlite_sequence
W_in
AttributeTypeDescription
idInteger
dataBlob
W_out
AttributeTypeDescription
idInteger
dataBlob
cacheable
AttributeTypeDescription
idInteger
dataBlob
entity_ids
AttributeTypeDescription
idInteger
entity_idText
maximums
AttributeTypeDescription
idInteger
dataBlob
metadata
AttributeTypeDescription
keyText
valueText
schema_version
AttributeTypeDescription
versionText
sqlite_sequence
AttributeTypeDescription
nameText
seqText

Load Readings Index Schema

The database schema for load readings index with filename format : <load-readings-index.sqlite> in the top level ewb data directory.

Table NameDescription
dateRange
metadata
sqlite_sequence
dateRange
AttributeTypeDescription
idInteger
dataBlob
metadata
AttributeTypeDescription
keyText
valueText
sqlite_sequence
AttributeTypeDescription
nameText
seqText