Greetings,
run following commands in Mysql Query browser or from Mysql console.
CREATE INDEX IDX_Articles_feed_id ON articles(feed_id)
and after that run
optimize table articles
Following index is normally automaticly created, next FR(MYSQL) release fixes this issue.
Ingmar
------
FR dev
nice one! CPU usage seems
nice one! CPU usage seems better.