
Netflix’s engineering team published a method for handling wide partitions in Apache Cassandra. The research work targets Netflix’s TimeSeries Abstraction, a platform for temporal event data. TL;DR Dynamic partitioning splits wide Cassandra partitions per TimeSeries ID, asynchronously and transparently, with no application changes. Detection runs on the read path via byte counting and a Kafka event; splitting targets immutable partitions first. Bloom filters (single-di
When databases store time-series data organized into partitions, those partitions can grow so large that reading from them takes seconds instead of milliseconds, causing system slowdowns. A team developed dynamic partitioning, which automatically splits oversized partitions into smaller ones without requiring application changes or downtime. The system detects wide partitions during reads, plans how to split them, and then routes future reads to the appropriate smaller partitions using Bloom filters and metadata lookups. This approach reduced read latency from seconds to low double-digit milliseconds while keeping large partitions available and maintaining data correctness through checksums and validation checks.

OpenAI's first device is set to be a smart speaker that lets you talk with ChatGPT, according to a report from Bloomberg. The device apparently won't have a screen, but will use a camera and additional sensors to "understand" your environment. The report comes just days after Apple filed a lawsuit against OpenAI that accused the AI company of stealing hardware secrets. OpenAI, in a new statement on Tuesday, said that it is "not aware of any evidence that this complaint has meri

The device is weirdly described as involving "mechanical elements that can move on their own" and the Bloomberg report includes the detail that the device is designed to "feel like a companion and become a physical manifestation of OpenAI’s ChatGPT."

If you’ve been waiting to try Apple’s revamped Siri without installing a developer beta, you now can. The company on Tuesday released the iOS 27 public beta, giving iPhone owners early access to its AI-powered assistant and other new features before the software’s official launch this fall.
Want to go deeper than the news? Explore live, cohort-based AI courses taught by practitioners.
Browse AI courses on Maven