Home / Companies / ScyllaDB / Blog / August 2025

August 2025 Summaries

5 posts from ScyllaDB

Filter
Month: Year:
Post Summaries Back to Blog
Scylla Operator Analyze is a Go-based command-line tool developed to assist platform engineers and administrators in deploying ScyllaDB clusters on Kubernetes by diagnosing potential issues and misconfigurations. As modern infrastructure management increasingly relies on Kubernetes for container orchestration, debugging complex deployments, particularly in high-performance environments like those using ScyllaDB, presents challenges. Scylla Operator Analyze addresses these by automatically inspecting Kubernetes deployments and reporting identified problems, offering actionable diagnostics. It supports both live cluster connections and archive-based analysis using the must-gather utility. The tool uses symptoms, high-level objects representing potential deployment issues, and selectors to analyze conditions within the deployment. Diagnoses generated include issue descriptions, related resource identifiers, and user hints, aiming to streamline problem-solving for ScyllaDB deployments on Kubernetes.
Aug 26, 2025 1,663 words in the original blog post.
GE Healthcare successfully transitioned its AI platform, originally reliant on AWS's DynamoDB, to on-premises hospital data centers without rewriting the application, utilizing ScyllaDB as a compatible replacement. This move was driven by the need to address specific healthcare challenges, such as the shortage of healthcare workers and the manual nature of ultrasound scans, by deploying AI solutions closer to where the data resides. The Edison AI Workbench, initially running on AWS, allows data ingestion, annotation, model training, and deployment, and the shift to on-premises was motivated by research customers' requests for localized solutions. ScyllaDB was chosen for its API compatibility with DynamoDB, allowing minimal code changes and maintaining service parity across environments. This transition was supported by ScyllaDB's responsive team, enabling GE Healthcare to maintain short release cycles and adapt quickly to on-premises requirements while ensuring the AI tools effectively reach hospital networks.
Aug 25, 2025 856 words in the original blog post.
Real-time read-heavy database workloads, which involve more reads than writes and are bound by strict latency requirements, present unique challenges distinct from write-heavy workloads. Key considerations include scaling caches to avoid prohibitive costs and complexity, managing competing workloads to prevent bottlenecks, and adapting to constant changes in data sets or user behaviors that may create hotspots. In ScyllaDB, optimizing read performance involves understanding its read path, which includes checking memtables and caches to ensure the latest data is returned, and using strategies like Least Recently Used (LRU) caching to manage hot and cold reads. Features such as paging, which helps manage memory during large result scans, and handling tombstones, which are markers for deleted data, are crucial for maintaining low latency. ScyllaDB’s capabilities like its unified internal cache, SSTable index caching, workload prioritization, and Heat-Weighted Load Balancing (HWLB) are designed to enhance performance in read-heavy scenarios. Prepared statements and optimal concurrency are also recommended to maximize efficiency and minimize latency. Real-world examples from companies like Discord, Epic Games, and Zeroflucs illustrate the application of these practices to manage high throughput and maintain real-time interactions.
Aug 19, 2025 2,097 words in the original blog post.
ScyllaDB X Cloud is a recently announced elastic database designed to handle variable and unpredictable workloads with consistent low latency and reduced costs, as discussed in an interview between DevOps expert Alan Shimel and ScyllaDB Co-founder Dor Laor. The database offers significant elasticity, enabling quick scaling of resources to manage both predictable and unpredictable traffic patterns, and achieves up to 90% storage utilization through automated scaling of compute and storage resources. ScyllaDB X Cloud's design aims to minimize the total cost of ownership by automatically adjusting server sizes and capacities based on real-time needs. This elasticity is crucial for AI applications, including machine learning feature stores and vector search, which require scalable and fast data storage solutions. The database is fully managed as a service, offering automated operations such as backup management and server provisioning, allowing users to focus on their core business needs without the burden of infrastructure management.
Aug 12, 2025 1,501 words in the original blog post.
In the blog post "Blowing Up Your DynamoDB Bill," Tim Koopmans explores the often unexpected expenses associated with Amazon's DynamoDB, emphasizing that costs extend beyond mere read/write volume due to factors like the metering of data in rounded-up chunks and the complexities of global tables, conflict resolution, and caching. The piece highlights how these elements can lead to significant financial burdens, with real-world examples showcasing companies facing multi-million dollar costs due to inefficient cache setups, wasted capacity, and the need to overprovision for traffic spikes. Koopmans suggests alternatives like ScyllaDB, which offers a pricing model based on provisioned capacity, enabling cost reduction and performance improvements by compressing stored data and optimizing network compression. The post also promotes the use of a DynamoDB cost calculator to help model these expenses, highlighting the need for careful planning and tuning to avoid unexpected billing surprises.
Aug 05, 2025 1,250 words in the original blog post.