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 |
|
Delete spider_store_last_crd, spider_store_last_sts, spider_load_crd_at_startup, and spider_load_sts_at_startup. Stats should always be retrieved when the stats synchronization is enabled.
|
| Comments |
| Comment by Yuchen Pei [ 2023-11-22 ] |
|
Note that these variables controls retrieving both in-memory and persistent sts/crd, not just persistent ones. |