[DOC-1258][DOC-1306] Addedflush_vector_index command and fixed description for backfill_index_timeout_grace_margin_ms#31525
[DOC-1258][DOC-1306] Addedflush_vector_index command and fixed description for backfill_index_timeout_grace_margin_ms#31525aishwarya24 wants to merge 2 commits into
flush_vector_index command and fixed description for backfill_index_timeout_grace_margin_ms#31525Conversation
flush_vector_index command and fixed description for backfill_index_timeout_grace_margin_msflush_vector_index command and fixed description for backfill_index_timeout_grace_margin_ms
✅ Deploy Preview for infallible-bardeen-164bc9 ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Code Review
This pull request adds documentation for the flush_vector_index command in yb-ts-cli and updates the backfill_index_timeout_grace_margin_ms flag description to clarify its automatic calculation baselines for YSQL and YCQL across several versions. Reviewer feedback suggests improving consistency across documentation versions by adding "(default)" labels and using backticks for flag names and values.
| The time to exclude from the YB-Master flag [ysql_index_backfill_rpc_timeout_ms](../yb-master/#ysql-index-backfill-rpc-timeout-ms) in order to return results to YB-Master in the specified deadline. Should be set to at least the amount of time each batch would require, and less than `ysql_index_backfill_rpc_timeout_ms`. | ||
|
|
||
| Default: -1, where the system automatically calculates the value to be approximately 1 second. | ||
| Default: -1, where the system automatically calculates the margin. For YSQL index backfill the baseline is 3 minutes (180000 ms); for YCQL the baseline is approximately 1 second (1000 ms). The effective margin is the greater of that baseline and a value derived from backfill_index_write_batch_size and backfill_index_rate_rows_per_sec. |
There was a problem hiding this comment.
For consistency with the stable version and better readability, please wrap -1 and the flag names in backticks.
| Default: -1, where the system automatically calculates the margin. For YSQL index backfill the baseline is 3 minutes (180000 ms); for YCQL the baseline is approximately 1 second (1000 ms). The effective margin is the greater of that baseline and a value derived from backfill_index_write_batch_size and backfill_index_rate_rows_per_sec. | |
| Default: `-1`, where the system automatically calculates the margin. For YSQL index backfill the baseline is 3 minutes (180000 ms); for YCQL the baseline is approximately 1 second (1000 ms). The effective margin is the greater of that baseline and a value derived from `backfill_index_write_batch_size` and `backfill_index_rate_rows_per_sec`. |
| The time to exclude from the YB-Master flag [ysql_index_backfill_rpc_timeout_ms](../yb-master/#ysql-index-backfill-rpc-timeout-ms) in order to return results to YB-Master in the specified deadline. Should be set to at least the amount of time each batch would require, and less than `ysql_index_backfill_rpc_timeout_ms`. | ||
|
|
||
| Default: -1, where the system automatically calculates the value to be approximately 1 second. | ||
| Default: -1, where the system automatically calculates the margin. For YSQL index backfill the baseline is 3 minutes (180000 ms); for YCQL the baseline is approximately 1 second (1000 ms). The effective margin is the greater of that baseline and a value derived from backfill_index_write_batch_size and backfill_index_rate_rows_per_sec. |
There was a problem hiding this comment.
For consistency with the stable version and better readability, please wrap -1 and the flag names in backticks.
| Default: -1, where the system automatically calculates the margin. For YSQL index backfill the baseline is 3 minutes (180000 ms); for YCQL the baseline is approximately 1 second (1000 ms). The effective margin is the greater of that baseline and a value derived from backfill_index_write_batch_size and backfill_index_rate_rows_per_sec. | |
| Default: `-1`, where the system automatically calculates the margin. For YSQL index backfill the baseline is 3 minutes (180000 ms); for YCQL the baseline is approximately 1 second (1000 ms). The effective margin is the greater of that baseline and a value derived from `backfill_index_write_batch_size` and `backfill_index_rate_rows_per_sec`. |
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
No description provided.