aodh/ceilometer
Doug Hellmann 7526cf6aff Add indexes to MongoDB driver
Add some compound key indexes for the typical queries
run by the engine. Separate variations are used for
queries with user_id and project_id because they are
usually mutually exclusive and because of the way the
indexes are computed and stored the database won't take
advantage of an index using both.

bug 1021324

Change-Id: I9d6bbd1e7ac5a633fa3ead131a4ebc0a83226633
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
2012-07-09 10:53:19 -04:00
..
agent refactor meter event publishing code 2012-06-08 14:38:15 -04:00
collector Convert timestamps to datetime objects before storing 2012-07-02 09:57:30 -04:00
compute Convert timestamps to datetime objects before storing 2012-07-02 09:57:30 -04:00
openstack Convert timestamps to datetime objects before storing 2012-07-02 09:57:30 -04:00
rpc Combined fix to get past broken state of repo 2012-06-22 11:31:53 -04:00
storage Add indexes to MongoDB driver 2012-07-09 10:53:19 -04:00
__init__.py Import ceilometer-nova-compute 2012-05-09 14:37:14 +02:00
counter.py add counter type field 2012-06-06 16:11:07 -04:00
log.py Combined fix to get past broken state of repo 2012-06-22 11:31:53 -04:00
meter.py Combined fix to get past broken state of repo 2012-06-22 11:31:53 -04:00
plugin.py Add tox configuration 2012-05-30 15:32:19 +02:00
publish.py Remove usage of nova.log 2012-06-28 13:01:43 +02:00
service.py Configure nova.flags as well as openstack.common.cfg 2012-06-27 11:25:14 -04:00