PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Wednesday the 6th of May, 2020

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[01:17:52] <helpme8> is mongodb acid-compliant? On google, some says it is, some says not.
[01:22:20] <swda> https://www.mongodb.com/blog/post/multi-document-transactions-in-mongodb
[01:41:37] <ario> i was going to ask a question about transactions
[01:41:39] <ario> hehe
[01:43:00] <ario> only on mongo 4.0
[01:43:01] <ario> noo
[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?