ceilometer/releasenotes/notes/support-meter-batch-recording-mongo-6c2bdf4fbb9764eb.yaml
liusheng a2a04e5d23 add support of batch recording metering data for mongodb
Add support of batch recording metering data to mongodb backend, since
the pymongo support *insert_many* interface which can be used to batch
record items, in "big-data" scenarios, this change can improve the
performance of metering data recording.

Change-Id: I9e1e61d5bb139349f7c2263fff8d230cb7096b5a
2016-06-23 09:08:26 +08:00

7 lines
279 B
YAML

---
features:
- Add support of batch recording metering data to mongodb backend, since
the pymongo support *insert_many* interface which can be used to batch
record items, in "big-data" scenarios, this change can improve the
performance of metering data recording.