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