TcHmiSqliteHistorize

Type Definitions

Name

Description

stringTypeArray

Width of the XAxis in milliseconds.

General Properties

Symbol name

Text

Description

historizedSymbolList

Historized symbols

List containing all historized symbols.

enableBackup

Enable database backups

Creates database backups continuously.

maxBackups

Maximal amount of database backups

Once the maximum number of backups is reached, oldest backups will be deleted.

inMemory

In memory database

Active option will save to volatile RAM. Server restart is required.

vacuumOnStartup

Vacuum at start

Tries to reduce database size. This might take a while on big databases.

commitInterval

Commit interval

The time between writing each transaction into the database.

mode

Mode

A stricter synchronization mode lowers the chance that the database is corrupted in case of a crash or power failure. The memory journaling mode can also corrupt the database.