Redis HyperLogLog Explained

Поделиться
HTML-код
  • Опубликовано: 7 сен 2024

Комментарии • 8

  • @jacques6090
    @jacques6090 3 года назад +21

    anybody thinks it would be helpful if the background music is turned off?

  • @requiemforameme1
    @requiemforameme1 Год назад +1

    Biggest weakness of HLL is dealing with JIRA tickets requesting new data sets from the folks running your query budget into the ground. 😂
    This is a great explanation. Using traffic data is much easier to understand, since most real-life deployments I’ve seen are counting quite abstract things (in the trillions per day).
    Also, the SF Driver is a nice real-life PEBKAC analogy. :)

  • @brianevans4
    @brianevans4 3 года назад +2

    This seems like a one way hash on the entries which outputs a smaller value (with more collisions). Eg a ten character input string gets hashed to a digit number and stored. I have no idea how it's actually implemented but thats what it seems to do in my opinion

    • @Redisinc
      @Redisinc  3 года назад

      Here's a writeup by the Redis Hyperloglog author himself: antirez.com/news/75

  • @qnikbud
    @qnikbud Год назад +1

    Didn't notice any HyperLogLog explanations the video. Not even why the word Log is repeated twice in the name...

    • @MrTyty527
      @MrTyty527 Год назад

      HyperLogLog is in fact a name of an algorithm, and that algo has O(loglog n) (not sure though)

  • @rinogo1
    @rinogo1 Год назад

    Cheesy and superb

    • @Redisinc
      @Redisinc  Год назад

      That's what I aim for! - Justin