[02:43:06] <tomservo291> For the native node driver, why are client.startSession() and session.startTransaction() synchronous methods? It seems like, especially startTransaction, have server state associated with them, I keep running into use test cases which end up with server-side error :Given transaction number 1 does not match any in-progress transactions."
[02:43:51] <tomservo291> From experimentation, it seems to me that committing a transaction too quickly after starting it causes this pretty often, and I'm assuming this is because startTransaction should really be async with a callback mechanism...
[11:53:19] <chris_99> Hi, i'm just wondering, is there a simple way with mongodb, to use hashes for the ID fields?
[11:53:51] <Derick> what's not good enough about the default objectids?