a2a04e5d23
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
7 lines
279 B
YAML
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.
|