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

Make SerializingCacheProvider the default if JNA is available

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Low
    • Resolution: Fixed
    • 1.0.0
    • None
    • None

    Description

      The serializing cache is a better choice for most users:

      • Lower total memory usage (serialized data is usually 8x-12x smaller than "live" data in the JVM with all the overhead that involves) means you can cache more rows for a given memory footprint
      • Moving the serialized rows off-heap means you can use smaller heaps, reducing the impact of GC pauses

      Attachments

        1. 3183.txt
          7 kB
          Jonathan Ellis
        2. 3183-alt.patch
          3 kB
          Pavel Yaskevich
        3. 3183-additions.patch
          2 kB
          Pavel Yaskevich
        4. CASSANDRA-3183-alt-v2.patch
          12 kB
          Pavel Yaskevich
        5. CASSANDRA-3183-alt-v3.patch
          10 kB
          Pavel Yaskevich

        Activity

          People

            jbellis Jonathan Ellis
            jbellis Jonathan Ellis
            Jonathan Ellis
            Pavel Yaskevich
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: