MongoDB
 sql >> Datenbank >  >> NoSQL >> MongoDB

PyMongo Aggregat, wie man Ausführungsstatistiken erhält

Das hat bei mir funktioniert:

db.command('explain', {'aggregate': coll_name, 'pipeline': you_pipeline, 'cursor': {}}, verbosity='executionStats')