[03:43:31] <g1eb> hi! what's the best way of filtering out documents based on a combination of 2 values?
[03:45:26] <g1eb> basically, we want to exclude documents based on a conjunction of 2 fields
[17:32:44] <dreamreal> anyone know offhand how to get a string representation of a mongo UUID() value?
[17:33:30] <dreamreal> toString() gives me a value of "UUID(\" ... \")" which... um
[17:33:45] <dreamreal> and I can't find docs for UUID :/
[17:59:15] <pagios> hi all, node:110540) UnhandledPromiseRejectionWarning: MongoError: server instance pool was destroyed any idea about this exception root cause?
[19:14:34] <CtrlC> I haven't use mongo in a long time and it seems like they added transaction capability to it. Is it anything compared to what one gets in a relational db?
[19:14:43] <CtrlC> I'm interested in the locking mechanism more.
[19:18:40] <dreamreal> depends on what you mean by "compared to" -- https://docs.mongodb.com/manual/core/transactions/