mirror of
https://github.com/clearml/clearml-server
synced 2025-06-26 23:15:47 +00:00
Optimize MongoDB indices usage for large dbs
This commit is contained in:
@@ -525,7 +525,7 @@ class QueueBLL(object):
|
||||
[
|
||||
{
|
||||
"$match": {
|
||||
"company": {"$in": [None, "", company]},
|
||||
"company": {"$in": ["", company]},
|
||||
"_id": queue_id,
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user