Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-5479

hyper log log (hyperloglog) probabilistic counters

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Low
    • Resolution: Won't Fix
    • None
    • None
    • None

    Description

      Would be nice if we can include probabilistic counters in Cassandra.
      People do not use them because people do not know their power.

      HyperLogLog also can merge counters, so in case of node disconnections,
      will be easy to have different versions on each node. When node come online,
      it just merge the data from other nodes.

      Same can be used when adding data - similarly to Counter_CF,
      HyperLogLog will need to read single replica and add there.

      Adding can be even add without reading - just drop the new "item" somewhere,
      but then reading will be much more slow.

      Attachments

        Activity

          People

            Unassigned Unassigned
            nmmm Nikolay
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: