> On Jan 31, 2019, at 1:47 AM, ermouth <ermo...@gmail.com> wrote: > >> As I don't see the 10k limitation as having significant merit > > Not sure it’s relevant here, but Mango indexes put selected doc values into > keys. > > ermouth
Totally relevant. Not just because of the possibility of putting a large scalar value into the index, but because someone could create an index on a field that is itself a container, and Mango could just dump the entire container into the index as the key. Presumably there’s a followup discussion dedicated to indexing where we can suss out what to do in that scenario. Adam