Details
-
New Feature
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
None
-
None
Description
In some occasions, we may need to define aligned timeseries such as:
create aligned timeseries root.sg.d1.(s1 FLOAT, s2 INT32) with encoding=(RLE, Grollia), compression=SNAPPY
To avoid create timeseries repeatedly when a number of devices / storage groups have same sensors, we intend to introduce the concept of device template. For example:
set storage group root.beijing create device template temp1( (s1 INT32 with encoding=Gorilla, compression=SNAPPY), (s2 FLOAT with encoding=RLE, compression=SNAPPY) ) set device template temp1 to root.beijing
So that root.beijing has the template temp1.
Attachments
Issue Links
- is a parent of
-
IOTDB-1233 Support SQL of aligned timeseries and schema template
- Closed
-
IOTDB-1360 Support aligned timeseries in in-space compaction
- Closed
-
IOTDB-1361 Support delete an aligned timeseries
- Closed
-
IOTDB-1543 LastCache For Template And Vector
- Closed
-
IOTDB-1626 TsFile API supports write and register on aligned timeseries
- Closed
-
IOTDB-1627 Unset Schema Template
- Closed
-
IOTDB-1244 Support insert aligned timeseries by insert row plan
- Closed
- links to
1.
|
Optimize query aligned timeseries data | Open | Unassigned | |
2.
|
Create interface of IMeasurementSchema | Closed | Zesong Sun | |
3.
|
Store aligned timeseries data in Memtable | Closed | Haonan Hou | |
4.
|
Support CreateAlignedTimeseriesPlan in MManager | Closed | Zesong Sun | |
5.
|
Support deleting aligned timeseries in MManager | Closed | Zesong Sun | |
6.
|
Refactor PlanExecutor.insertTablet method to support aligned timeseries | Closed | Zesong Sun | |
7.
|
Support device template | Closed | Kaifeng Xue | |
8.
|
[For cluster] Refactor createMultiTimeseries | Closed | Zesong Sun | |
9.
|
Make aligned timeseries MeasurementMNode name start with "$#$" | Closed | Zesong Sun | |
10.
|
Support insert aligned timeseries by InsertRowPlan | Closed | Unassigned | |
11.
|
Serialize of device MNode with device template | Closed | Zesong Sun | |
12.
|
Support null value in aligned timeseries | Closed | Haonan Hou | |
13.
|
Support updating aligned timeseries values when insert partially | Closed | Unassigned |