You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I create a new database with a new retention policy and only include SHARD DURATION, I get an unexpected error. I must include either DURATION or REPLICATION to prevent the error.
> CREATE DATABASE testdb4 WITH SHARD DURATION 30m
ERR: error parsing query: found SHARD, expected DURATION, REPLICATION, SHARD, NAME at line 1, char 30
The queries below did not return errors, so I expected the query above to work:
> CREATE DATABASE testdb1 WITH DURATION 1d
> CREATE DATABASE testdb2 WITH REPLICATION 1
> CREATE DATABASE testdb3 WITH NAME lalala
The text was updated successfully, but these errors were encountered:
When I create a new database with a new retention policy and only include
SHARD DURATION
, I get an unexpected error. I must include either DURATION or REPLICATION to prevent the error.The queries below did not return errors, so I expected the query above to work:
The text was updated successfully, but these errors were encountered: