ScyllaDB powers real-time AI with low latency, high throughput, and billion-scale data.
Learn MoreJoin us on April 14th for free instructor-led training at ScyllaDB University LIVE | Register now
ScyllaDB powers real-time AI with low latency, high throughput, and billion-scale data.
Learn More
ScyllaDB is purpose-built for data-intensive apps that require high throughput & predictable low latency.
Learn More
When ingesting large amounts of data into a ScyllaDB cluster, we would like the ingestion to proceed as quickly as possible, but not quicker. We explain how over-eager ingestion could result in a buildup of queues of background writes, possibly to the point of depleting available memory. We then explain how ScyllaDB avoids this risk by automatically slowing down well-behaving applications to the best possible ingestion rate (“flow control”). For applications which cannot be slowed down, ScyllaDB still achieves the highest possible throughput by quickly rejecting excess requests (“admission control”). In this talk, we investigate the different causes of queue buildup during writes, including consistency-level lower than “ALL” and materialized views, and review the mechanisms which ScyllaDB uses to automatically solve this problem.