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

|
||||
``` -->
|
||||
|
||||

|
||||
## 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:
|
||||
1. sum(*)
|
||||
|
|
Loading…
Reference in New Issue