[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?
[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 :)