| 24 | |
---|
| 25 | == The data source options == |
---|
| 26 | * ''ignore_subseconds'' - Ignore subsecond part of timestamps |
---|
| 27 | * ''fill_raw_first'' - Fill RAW cache table completely prior to processing aggregating cache tables |
---|
| 28 | * ''optimize_empty_cache'' - Do not fill lower resolution cache intervals if encompassing one is empty |
---|
| 29 | * ''use_cache_timewindow'' - Shrink time window to the currently cached data |
---|
| 30 | * ''use_cache_reader'' - Do not access data source while reading cache |
---|
| 31 | * ''overcome_reader_faults'' - Use CACHE if connection to reader is failed |
---|
| 32 | * ''optimize_time_axes'' - Limit time window size by the available data |
---|
| 33 | * ''use_md5_postfix'' - Use md5 for table name postfixes in the caching database |
---|
| 34 | * ''null_value'' - The numeric value to use instead of NULL (missing data) when needed |
---|
| 35 | * ''disable_caching'' - The CACHE should not be generated, Item for real-time display only |
---|
| 36 | * ''channel_uids'' - If channels have unique identifactors within ADEI setup |
---|
| 37 | * ''date_limit'' - Ignore the data outside of the specified time range. The following time format should be used "YYYY-mm-dd hh:mm:ss". Two different modes are supported: |
---|
| 38 | * "start_time" - just ignore the data older than the ''start_time'' |
---|
| 39 | * array("start_time", "end_time") - ignore everything outside of the range |
---|
| 40 | * ''maximal_allowed_gap'' - The expected rate in seconds, if the distance between records greater than specified value, some records were not recorded due to some problems. |
---|
| 41 | * ''ignore_invalid_data'' - Instructs ADEI to silently ignore the invalid data |
---|
| 42 | * ''channel_uids'' - Use channel names as uids. |
---|
| 43 | * ''true'' - use all channel names as uids |
---|
| 44 | * ''"regular_expression"'' - use channel names as uids only for channels which names are matching regular expression |
---|
| 45 | |
---|
| 46 | == Global options == |
---|
| 47 | * ''$ADEI_DB'' - The associative array describing ADEI database: ''host'', ''port'', ''database'', ''user'', ''password''. |
---|
| 48 | * ''$ADEI_RELEASE'' - |