PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Saturday the 9th of June, 2018

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[02:19:00] <Avinash> hi, how do I design a schema for these details - https://paste.pound-python.org/show/dgWnVm2OKewqNe5IUDfF/
[06:55:26] <Avinash> hi, how can we auto increment a record after certain time in mongodb, is it even possible to config mongod server
[18:15:01] <Ezro> Hey everyone. Would anyone be able to help out with my C# MongoDB implementation? I'm noticing that filters will work if I have the string baked in, but if I use a variable it doesn't work: https://dotnetfiddle.net/rHJmMV
[18:26:33] <BlueProtoman> What's the cheapest way anyone in here can think of to host a 1-terabyte MongoDB instance? Speed is of very low priority.
[19:27:16] <robert_> So I'm new to the whole Mongo develosphere.
[19:43:01] <robert_> I'm writing a small search engine (Not expected to scale much, as I practically have a fixed dataset, I'm just providing a search engine on top of it), and I'm wondering, are indexes the same as columns in an SQL database?