タグ

ブックマーク / www.instagram-engineering.com (1)

  • Open-sourcing a 10x reduction in Apache Cassandra tail latency

    At Instagram, we have one of the world’s largest deployments of the Apache Cassandra database. We began using Cassandra in 2012 to replace Redis and support product use cases like fraud detection, Feed, and the Direct inbox. At first we ran Cassandra clusters in an AWS environment, but migrated them over to Facebook’s infrastructure when the rest of Instagram moved. We’ve had a really good experie

    Open-sourcing a 10x reduction in Apache Cassandra tail latency
    rjj
    rjj 2018/04/11
    "After investigation, we found the JVM garbage collector (GC) contributed a lot to the latency spikes." "the P99 read latency dropped from 60ms to 20ms. We also observed that the GC stalls on that cluster dropped from 2.5% to 0.3%"
  • 1