Comment 1 for bug 1180438

Revision history for this message
Aimon Bustardo (aimonb) wrote : Re: 'ceilometer meter-list' too slow to respond

From what I am gathering.. at request time there is a large join.. which doesn't take that much time.. Then there are thousands of small select statements recursively looping through the joined data. This is highly ineffective and there is probability that the issue is exponential.