PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Friday the 6th of March, 2020

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[17:25:24] <cgi> If I am looking for a string using find() - what is the complexity of string search in mongodb - and the answer is not O(log n). How does it work?
[22:28:53] <vic87> hi, in the latest version of mongo, is there a way to avoid including keys in the document size calculation?
[22:29:45] <vic87> i was thinking about shortening the keys in one of my collection, because i am hitting document size limit.
[22:31:44] <vic87> before i do that, i had this thought that maybe we have a built-in way to omit the keys altogether and application only send values to the db, with some sort of a strict schema definition?
[22:33:05] <vic87> mongodb's documentation only talks about validation of values via schema, but i couldn't find information if there are any performance benefits of this kind.