Project

General

Profile

Actions

Bug #27548

closed

Caching framework db backend: Remove wildcard tag dropping

Added by Christian Kuhn almost 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 #1

Updated by Mr. Hudson almost 13 years ago

Patch set 1 of change I75fdee1cf996aa21d7c6b71502ade54fd9fa957f has been pushed to the review server.
It is available at http://review.typo3.org/2812

Actions #2

Updated by Christian Kuhn almost 13 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100
Actions #3

Updated by Xavier Perseguers over 12 years ago

  • Status changed from Resolved to Closed
Actions #4

Updated by Ernesto Baschny about 11 years ago

  • Target version deleted (1281)
Actions

Also available in: Atom PDF