aodh/ceilometer/storage
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
..
__init__.py Add MongoDB engine. 2012-07-02 18:33:19 -04:00
base.py Reduce complexity of storage engine API 2012-06-29 17:11:59 -04:00
impl_log.py Reduce complexity of storage engine API 2012-06-29 17:11:59 -04:00
impl_mongodb.py Add indexes to MongoDB driver 2012-07-09 10:53:19 -04:00