Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The query cache is deprecated as of MySQL 5.7.20, and is removed in MySQL 8.0. #96

Open
paologallinaharbur opened this issue Feb 8, 2022 · 1 comment
Labels
deprecation Categorizes issue or PR as related to a feature/enhancement marked for deprecation.

Comments

@paologallinaharbur
Copy link
Member

Currently the code reports:
"db.qCacheUtilization": 0,

Moreover in the spec file are present:

  • db.qCacheFreeBlocks
  • db.qCacheHitsPerSecond
  • db.qCacheInserts
  • db.qCacheLowmemPrunesPerSecond
  • db.qCacheQueriesInCachePerSecond
  • db.qCacheTotalBlocks

That are no longer supported since MySQL 8.0

@davidgit davidgit added the triage/pending Issue or PR is pending for triage and prioritization. label Feb 10, 2022
@davidgit davidgit added the deprecation Categorizes issue or PR as related to a feature/enhancement marked for deprecation. label May 17, 2022
@davidgit davidgit removed the triage/pending Issue or PR is pending for triage and prioritization. label Sep 29, 2022
@workato-integration
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deprecation Categorizes issue or PR as related to a feature/enhancement marked for deprecation.
Projects
None yet
Development

No branches or pull requests

2 participants