Reorganize Spider plugin variables regarding table/index stats
(MDEV-27253)
|
|
| Status: | Stalled |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Spider |
| Affects Version/s: | None |
| Fix Version/s: | 11.5 |
| Type: | Technical task | Priority: | Major |
| Reporter: | Nayuta Yanagisawa (Inactive) | Assignee: | Yuchen Pei |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | spider-sts-crd | ||
| Issue Links: |
|
||||||||
| Description |
|
Introduce the variable spider_sync_stats that replaces spider_crd_bg_mode, spider_crd_sync, spider_bg_sts_mode, spider_sts_sync. Spider synchronizes table and index statistics in the background if and only if spider_stats_sync = 1. No other tweaks, which could be done with the old variables, are necessary. Do not forget to delete the dead code. |