Details
-
Wish
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.13.0-SNAPSHOT
-
None
-
2022-1-Tian
Description
I make simplified SQL of creating time-series and schema templates more flexible to improve fault tolerance for users.
Now, we can use SQL:
create timeseries root.sg1.d1.s1 with datatype = INT64, encoding = RLE
create timeseries root.sg1.d1.s1 with datatype = INT64 encoding = RLE
create timeseries root.sg1.d1.s1 datatype = INT64 encoding = RLE
create timeseries root.sg1.d1.s1 with INT64 encoding = RLE
create timeseries root.sg1.d1.s1 INT64 encoding = RLE // recommend
简化版可不可以输入了datatype也能支持创建呢?
看上去的感觉有点是“那还简化了什么呢?只是一个逗号?”其实是为了后面的一些相关问题,
比如这个问题的clon连接里面,如果我们这个问题解决,那么create template也就解决了。扩展到create aligned timeseries
Attachments
Attachments
Issue Links
- fixes
-
IOTDB-2382 [Template] can't use datatype in SQL
- Closed
- is a clone of
-
IOTDB-2382 [Template] can't use datatype in SQL
- Closed
- links to