Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/docs/maintenance/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ during the Fluss cluster working.

| Option | Type | Default | Description |
|---------------------------------------------------|------------|-------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| kv.snapshot.interval | Duration | 10min | The interval to perform periodic snapshot for kv data. The default setting is 10 minutes. |
| kv.snapshot.interval | Duration | 10min | The interval to perform periodic snapshots for kv data. The default setting is 10 minutes. When set to 0s, snapshotting will be disabled. |
| kv.snapshot.scheduler-thread-num | Integer | 1 | The number of threads that the server uses to schedule snapshot kv data for all the replicas in the server. |
| kv.snapshot.transfer-thread-num | Integer | 4 | The number of threads the server uses to transfer (download and upload) kv snapshot files. |
| kv.snapshot.num-retained | Integer | 1 | The maximum number of completed snapshots to retain. |
Expand Down
2 changes: 1 addition & 1 deletion website/docs/maintenance/tiered-storage/remote-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Below is the list for all configurations to control the snapshot behavior in clu

| Configuration | type | Default | Description |
|----------------------------------|----------|---------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| kv.snapshot.interval | Duration | 10min | The interval to perform periodic snapshot for kv data. |
| kv.snapshot.interval | Duration | 10min | The interval to perform periodic snapshots for kv data. The default setting is 10 minutes. When set to 0s, snapshotting will be disabled. |
| kv.snapshot.scheduler-thread-num | Integer | 1 | The number of threads that the server uses to schedule snapshot kv data for all the replicas in the server. |
| kv.snapshot.transfer-thread-num | Integer | 4 | The number of threads the server uses to transfer (download and upload) kv snapshot files. |
| kv.snapshot.num-retained | Integer | 1 | The maximum number of completed snapshots to retain. It's recommended to set it to a larger value to avoid the case that server delete the snapshot while the client is still reading the snapshot. |