Details
-
Improvement
-
Resolution: Done
-
Minor - P4
-
None
-
None
-
None
-
None
Description
Converting objectid to and from strings takes time, is error prone and requires a major amount of work, on every call and query to the database.
It would be fantastic if you could flip a switch, and instead of getting auto generated ObjectID, getting an ObjectID string instead.
This would also make it much simpler to convert data from any database, like couchdb and mysql into Mongo.