PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Tuesday the 3rd of December, 2019

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[18:55:55] <ario> god damn it
[18:55:59] <ario> i'm streaming like 400k documents
[18:56:01] <ario> and it's so slow
[19:01:25] <GothAlice> Last benchmark I ran I was getting roughly 5.7 million streaming inserts per second actively being tailed by multiple “consumers”. Slowness is always curious to me.
[19:02:29] <GothAlice> Oh, and that benchmark was 8 years ago against MongoDB 2.2… I think?
[19:02:59] <ario> damn
[19:03:12] <ario> well my cron is also processing a bunch of stuff
[19:03:16] <ario> argh
[19:03:18] <ario> in code
[19:08:28] <GothAlice> ario: https://gist.github.com/amcgregor/52a684854fb77b6e7395?ts=4 being the benchmark producer/consumer pair, from https://gist.github.com/amcgregor/4207375 presentation slides.
[19:09:58] <GothAlice> I avoided external cron by incorporating “apscheduler”, which is essentially that as an in-Python-process task scheduler.
[21:06:30] <rixmatiz> Greetings. I'm writing a custom serializer in C#. Can't find through documentation whether I need to register both my SerializationProvider AND my Serializer itself, or just one of those classes. Anyone know for sure?