Skip to content

Timeseries drop #3863

Description

@antioh

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
  1. 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.

  1. 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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions