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

alex_b’s picture

Component: Code » Code feedapi (core module)
Status: Active » Closed (fixed)

The 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.