mongo multi-key index missing? #948
Unanswered
bug-or-feature
asked this question in
Q&A
Replies: 1 comment 1 reply
-
It's quite a while since I looked at this, but superfically it looks like you are correct. But it's complicated and a bit messy, so I will leave it until I have time for a proper look (I'm working my way through the code at the moment, still in syscore). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
mongo_connection.py
has a methodcreate_multikey_index()
but it is not used anywhere. There's quite a few collections that are managed by subclasses ofmongoDataWithMultipleKeys
. But I can see in MongoDB that they only have the default_id_
index.What happened here? Shouldn't
init_mongo()
inmongoDataWithMultipleKeys
be creating the multi key index?Beta Was this translation helpful? Give feedback.
All reactions