c60c129a6a
db2 driver for get_meter_statistics method did not work against mongodb which caused many test cases being skipped. This patch set will fix that problem also made sure that all statistics functions are supported by db2 driver against db2 and mongodb database fixes: bug #1226079 Change-Id: I502aebbab51c51970ddb68641dab89944ce810d4
2.5 KiB
2.5 KiB
Choosing a database backend
Selecting a database backend for Ceilometer should not be done lightly for numerous reasons:
- Not all backend drivers are equally implemented and tested. To help you make your choice, the table below will give you some idea of the status of each of the drivers available in trunk. Note that we do welcome patches to improve completeness and quality of drivers.
- It may not be a good idea to use the same host as another database as Ceilometer can generate a LOT OF WRITES. For this reason it is generally recommended, if the deployment is targeting going into production, to use a dedicated host, or at least a VM which will be migratable to another physical host if needed. The following spreadsheet can help you get an idea of the volumes that ceilometer can generate: Google spreadsheet
- If you are relying on this backend to bill customers, you will note that your capacity to generate revenue is very much linked to its reliability, which seems to be a factor dear to many managers.
The following is a table indicating the status of each database drivers:
Driver | API querying | API statistics | Alarms |
---|---|---|---|
MongoDB | Yes | Yes | Yes |
MySQL | Yes, except metadata querying | Yes | Yes |
PostgreSQL | Yes, except metadata querying | Yes | Yes |
HBase | Yes | Yes, except groupby | No |
DB2 | Yes | Yes | No |