[06:12:32] <swda> is there a portable version of mongodb like sqlite?
[13:46:25] <pendarsoheil> Hi, when should I be using logical sessions? Using them seem to be slowing down my operations (according to the MongoDb logs)
[13:46:49] <pendarsoheil> I am running a transaction (withTransaction) within a session and then calling multiple reads within that session afterwards
[13:47:22] <pendarsoheil> It's my understanding that a logical session simply groups together a series of operations for more precise and easier cancellation of operations and garbage collection?