You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Description**: Loads manually modified configuration files and hot-loads the changes. Configuration items that support hot modification take effect immediately.
382
382
@@ -407,7 +407,7 @@ localOrClusterMode
407
407
IoTDB> LOAD CONFIGURATION ON LOCAL;
408
408
```
409
409
410
-
####2.4 Setting the System Status
410
+
### 2.4 Setting the System Status
411
411
412
412
**Description**: Sets the system status to either `READONLY` or `RUNNING`.
413
413
@@ -441,7 +441,7 @@ IoTDB> SET SYSTEM TO READONLY ON CLUSTER;
441
441
442
442
## 3. Data Management
443
443
444
-
####3.1 Flushing Data from Memory to Disk
444
+
### 3.1 Flushing Data from Memory to Disk
445
445
446
446
**Description**: Flushes data from the memory table to disk.
447
447
@@ -483,7 +483,7 @@ localOrClusterMode
483
483
IoTDB> FLUSH test_db TRUE ON LOCAL;
484
484
```
485
485
486
-
####3.2 Clearing Cache on DataNode
486
+
### 3.2 Clearing Cache on DataNode
487
487
488
488
**Description**: Clears a specific type of cache on DataNode.
489
489
@@ -526,7 +526,7 @@ IoTDB> CLEAR ALL CACHE ON LOCAL;
526
526
527
527
## 4. Data Repair
528
528
529
-
####4.1 Starting Background Scan and Repair of TsFiles
529
+
### 4.1 Starting Background Scan and Repair of TsFiles
530
530
531
531
**Description**: Starts a background task to scan and repair TsFiles, fixing issues such as timestamp disorder within data files.
532
532
@@ -555,7 +555,7 @@ localOrClusterMode
555
555
IoTDB> START REPAIR DATA ON CLUSTER;
556
556
```
557
557
558
-
####4.2 Pausing Background TsFile Repair Task
558
+
### 4.2 Pausing Background TsFile Repair Task
559
559
560
560
**Description**: Pauses the background repair task. The paused task can be resumed by executing the `START REPAIR DATA` command again.
561
561
@@ -586,7 +586,7 @@ IoTDB> STOP REPAIR DATA ON CLUSTER;
586
586
587
587
## 5. Query Termination
588
588
589
-
####5.1 Terminating Queries
589
+
### 5.1 Terminating Queries
590
590
591
591
**Description**: Terminates one or more running queries.
0 commit comments