Compute ObjectId locally rather than delegating to Mongo db
Was following a std sql pattern, but non-sql db's are slow write and pymongo's ObjectId() is supposed to generate a true GUID equivalent to waiting for the db to do so.
Showing
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment