You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the code, we pass around index information a lot, especially in the metadata handling code. The code would look much cleaner if we are passing around IndexInfo instead of bson::BSONObj. That would avoid serialization/deserialization lots of different places uses CPP typing instead of BSON type checks.
The text was updated successfully, but these errors were encountered:
In the code, we pass around index information a lot, especially in the metadata handling code. The code would look much cleaner if we are passing around
IndexInfo
instead ofbson::BSONObj
. That would avoid serialization/deserialization lots of different places uses CPP typing instead of BSON type checks.The text was updated successfully, but these errors were encountered: