[MDEV-23255] add last_used column in information_schema.index_statistics Created: 2020-07-08 Updated: 2020-08-05 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Richard Stracke | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Add last_used column in information_schema.index_statistics To check, if an index will ever used , a column last_used would be helpful. Alternatives like Column should be of type date and only be updated, if different from current day to avoid too much load. |