Bug #1013 | configure query cache per database and/or table | ||
---|---|---|---|
Submitted: | 8 Aug 2003 0:11 | Modified: | 8 Aug 2003 1:03 |
Reporter: | thomas herzog | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S4 (Feature request) |
Version: | OS: | ||
Assigned to: | CPU Architecture: | Any |
[8 Aug 2003 0:11]
thomas herzog
[8 Aug 2003 1:03]
Oleksandr Byelkin
it is possible to filter some queries dependent on database, but it bring some overhead on _EVERY_ SELECT operation, also it will not have influence on fetching from query cache (we make it before parsing). More good decision will be switch off query cache by default and switch it on on per-connection basis. I.e. you will need to change only connecting procedure, but save SQL statements as is. (I mean query_cache_type variable)