change more
This commit is contained in:
parent
3521ec34d2
commit
7862828683
|
@ -10,13 +10,12 @@ There are two kinds of SMA in TDengine:
|
||||||
```plantuml
|
```plantuml
|
||||||
@startmindmap mind_map_test
|
@startmindmap mind_map_test
|
||||||
* SMA
|
* SMA
|
||||||
** Block SMA
|
** Block-wise SMA
|
||||||
** Time-Range SMA
|
** Time-range-wise SMA
|
||||||
@endmindmap
|
@endmindmap
|
||||||
```
|
``` -->
|
||||||
-->
|
|
||||||

|
|
||||||
|
|
||||||
|

|
||||||
## Block-wise SMA
|
## Block-wise SMA
|
||||||
Block-wise SMA is created by default when the data are committed. Since time-series data are saved as block data in files, a corresponding SMA is create when the data block is written. The default block-wise SMA includes:
|
Block-wise SMA is created by default when the data are committed. Since time-series data are saved as block data in files, a corresponding SMA is create when the data block is written. The default block-wise SMA includes:
|
||||||
1. sum(*)
|
1. sum(*)
|
||||||
|
|
Loading…
Reference in New Issue