PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Wednesday the 11th of March, 2020

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[02:42:17] <cgi> When i use a schema like this one: https://justpaste.it/2rjbs - and query for a name+manuscriptid - is that a single b-tree search in mongodb? How do the internals work?
[06:55:18] <janemba__> hi
[07:14:26] <janemba> I'm trying to build a static mongo-c-driver (from github, on master branch) with a static openssl (1.1.1-stable) but I have undefined reference at make step for from openssl interface -> https://pastebin.com/FdFgzBWx
[07:15:05] <janemba> can the openssl version I'm using is ok for building mongo-c-driver or I missed something ?
[07:17:44] <janemba> mongo-c-driver and openssl configure -> https://pastebin.com/YEEbLnJt
[17:54:46] <cgi> When i use a schema like this one: https://justpaste.it/2rjbs - and query for a name+manuscriptid - is that a single b-tree search in mongodb? How do the internals work?
[17:55:05] <cgi> anyone here who understands MongoDB internals?
[17:56:35] <kali> cgi: mongodb should pick a composite index if you have defined one. this is actually part of the documentation, not an internal guru level question :)
[17:56:52] <kali> cgi: https://docs.mongodb.com/manual/core/index-compound/