Project

General

Profile

Actions

Bug #27548

closed

Caching framework db backend: Remove wildcard tag dropping

Added by Christian Kuhn about 13 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Caching
Target version:
-
Start date:
2011-06-21
Due date:
2011-06-21
% Done:

100%

Estimated time:
TYPO3 Version:
4.6
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

The database backend has code to drop entries by tag wildcards (tag_foo_*).

- This fires a slow LIKE query
- No other backend supports this way of tag dropping, and no other backend will ever do so.

So this implementation violates the common backend API and must be removed. Fortunatly I've never seen any usage of this 'feature' in the wild and I'm pretty sure we can safely remove it.


Related issues 3 (0 open3 closed)

Follows TYPO3 Core - Bug #27506: Caching framework: Flush all caches with 'clear all cache' commandClosed2011-06-17

Actions
Follows TYPO3 Core - Task #27536: Caching framework db backend: Use own namespaceClosed2011-06-19

Actions
Follows TYPO3 Core - Bug #25119: performace of cachingframeworkClosed2011-06-202011-06-20

Actions
Actions

Also available in: Atom PDF