Zillow: Optimistic Concurrency Using Write-time Timestamps

Dan Podhola, Zillow12 minutes

Consuming messages from multiple sources in a scalable service sharing the same ScyllaDB cluster can be problematic, especially when those sources provide data from two queues each and cannot deliver guaranteed in-order messages. At Zillow, we provide the ScyllaDB write timestamp and employ a couple other tricks at Zillow to provide correct and consistent data to our consuming services and avoid doing transactions. Additionally, the Zillow data model is a simple compound key that contains a large binary Avro document.

 

Share this

Video Slides