prereq:
arcadedb version 26.3.2
created timeseries type
CREATE TIMESERIES TYPE Ticker TIMESTAMP ts TAGS (name STRING,attr STRING)
FIELDS (f1 DOUBLE,f2 LONG....)
SHARDS 8 RETENTION 1 DAYS
- According to doc 4.11.3 command
DROP TIMESERIES TYPE Ticker
returns error:
SQL syntax error at line 1, column 5: no viable alternative at input 'DROP TIMESERIES' DROP TIMESERIES TYPE Ticker
however drop correctly works in timeseries page.
- If excute command create timeseries type Ticker after remove
then
select count() from Ticker will show previously deleted data
If this behavior is correct due to retention policy then should be described in doc
prereq:
arcadedb version 26.3.2
created timeseries type
DROP TIMESERIES TYPE Ticker
returns error:
SQL syntax error at line 1, column 5: no viable alternative at input 'DROP TIMESERIES' DROP TIMESERIES TYPE Ticker
however drop correctly works in timeseries page.
then
select count() from Ticker will show previously deleted data
If this behavior is correct due to retention policy then should be described in doc