This commit is contained in:
Hongze Cheng 2021-10-31 13:29:09 +08:00
parent 96bb823464
commit f84b1eb2df
1 changed files with 1 additions and 1 deletions

View File

@ -39,4 +39,4 @@ Users can also drop a time-range-wise SMA like below:
# drop the sma index
drop sma_index sma_5min on st;
```
**NOTE: Creating a SMA index is a heavy operation which may take a long time and block the write operation. So create the time-range-wise SMA when creating the table or when there are not too much data.**
**NOTE: Creating an SMA index is a heavy operation which may take a long time and block the write operation. So create the time-range-wise SMA when creating the table or when there are not too much data.**