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

fixed bug that causes creation of thousands duplicated CacheKey records #1145

Merged
merged 1 commit into from Jan 21, 2012

Conversation

dotsbb
Copy link
Contributor

@dotsbb dotsbb commented Jan 18, 2012

I found and fixed bug that cause creation of thousands duplicated CacheKey records.
This bug significantly reduces the performance of cache invalidation and use a lot of DB space.

Before was:
over 9000 rows
duplicates

@kezabelle
Copy link
Contributor

Anecdotal support of this: I'd begun seeing a whole bunch of CacheKeys while hacking on an app against develop, but I'd not looked into it.

Given this something that previously adversely affected caching, and proposes to fix that, ideally there ought to be a unit or regression test for it, IMHO.

ojii added a commit to ojii/django-cms that referenced this pull request Jan 21, 2012
fixed tests that fail because of django-cms#1145
@ojii ojii mentioned this pull request Jan 21, 2012
chrisglass added a commit that referenced this pull request Jan 21, 2012
@chrisglass chrisglass merged commit e204eac into django-cms:develop Jan 21, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants