Closed (fixed)
Project:
FeedAPI
Version:
6.x-1.x-dev
Component:
Code feedapi (core module)
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 May 2008 at 17:46 UTC
Updated:
9 May 2009 at 04:59 UTC
Why does FeedAPI store statistics data of one feed in 4 database records? Everytime a feed is refreshed four database queries are executed to update or insert statistics data.
Comments
Comment #1
alex_b commentedThe reason why 4 entries are created is because there are four different stat values being created, I believe. Aron may have a more accurate answer here.
I think we should remove feedapi_stat altogether until we replace it with a solid stat stack.