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
Copy file name to clipboardExpand all lines: src/config/docs.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -195,15 +195,17 @@ This page is automatically generated by `./risedev generate-example-config`
195
195
| capacity_mb || 1024 |
196
196
| compression || "None" |
197
197
| dir || "" |
198
+
| fifo_probation_ratio || 0.1 |
198
199
| file_capacity_mb || 64 |
199
200
| flush_buffer_threshold_mb |||
200
201
| flushers || 4 |
201
202
| indexer_shards || 64 |
202
-
| insert_rate_limit_mb || 0 |
203
+
| insert_rate_limit_mb |Deprecated soon. Please use `throttle` to do I/O throttling instead.| 0 |
203
204
| reclaimers || 4 |
204
205
| recover_concurrency || 8 |
205
206
| recover_mode | Recover mode. Options: - "None": Do not recover disk cache. - "Quiet": Recover disk cache and skip errors. - "Strict": Recover disk cache and panic on errors. More details, see [`RecoverMode::None`], [`RecoverMode::Quiet`] and [`RecoverMode::Strict`], | "None" |
206
207
| runtime_config |||
208
+
| throttle |||
207
209
208
210
## storage.meta_file_cache
209
211
@@ -212,15 +214,17 @@ This page is automatically generated by `./risedev generate-example-config`
212
214
| capacity_mb || 1024 |
213
215
| compression || "None" |
214
216
| dir || "" |
217
+
| fifo_probation_ratio || 0.1 |
215
218
| file_capacity_mb || 64 |
216
219
| flush_buffer_threshold_mb |||
217
220
| flushers || 4 |
218
221
| indexer_shards || 64 |
219
-
| insert_rate_limit_mb || 0 |
222
+
| insert_rate_limit_mb |Deprecated soon. Please use `throttle` to do I/O throttling instead.| 0 |
220
223
| reclaimers || 4 |
221
224
| recover_concurrency || 8 |
222
225
| recover_mode | Recover mode. Options: - "None": Do not recover disk cache. - "Quiet": Recover disk cache and skip errors. - "Strict": Recover disk cache and panic on errors. More details, see [`RecoverMode::None`], [`RecoverMode::Quiet`] and [`RecoverMode::Strict`], | "None" |
0 commit comments