How Netflix uses Druid for realtime insights
netflixtechblog.com
How Netflix uses Druid for realtime insights
1–10 of 60 posts
Re: How Netflix uses Druid for realtime insights
#2Re: How Netflix uses Druid for realtime insights
#3How do you account for the possibility that the update only performs badly because it’s different than what users are used to, but would actually be an improvement in the long run?
Re: How Netflix uses Druid for realtime insights
#4Re: How Netflix uses Druid for realtime insights
#5Is it possible to view this article without creating a medium account?
Re: How Netflix uses Druid for realtime insights
#6> During software updates, we enable the new version for a subset of users and ... compare how the new version is performing vs the previous version. Any regression in the metrics gives us a signal to abort the update and revert How do you account for the possibility that the update only performs badly because it’s different than what users are used to, but would actually be an improvement in the long run?
Re: How Netflix uses Druid for realtime insights
#7Maybe this is why they finally figured out the auto-playing trailer stuff was a horrible change (I cancelled my account over that). One can only hope.
Re: How Netflix uses Druid for realtime insights
#8Can anyone from Netflix comment on why not clickhouse? We tried druid, and the performance was pretty bad compared to a clickhouse.
Re: How Netflix uses Druid for realtime insights
#9> During software updates, we enable the new version for a subset of users and ... compare how the new version is performing vs the previous version. Any regression in the metrics gives us a signal to abort the update and revert How do you account for the possibility that the update only performs badly because it’s different than what users are used to, but would actually be an improvement in the long run?
For something that is effectively binary and can't be changed incrementally the only way is to extend the evaluation window or make a call with limited information.