SMRTR ProgrammingNov 7, 2024The New Stack

SlateDB: ‘Bottomless’ Databases Built on Cloud Object Stores

SMRTR summary

SlateDB, a new open-source storage engine, runs key-value stores directly on cloud object storage, offering significant cost savings compared to traditional compute engines. This Zero-Disk Architecture approach trades higher latency for reduced expenses, simplified management, and built-in scalability, while allowing users to adjust consistency and availability preferences within the CAP theorem framework.

SMRTR provides this summary for quick context. The original article belongs to The New Stack.

Read the original article
SMRTR Programming

Get the next batch of curated stories in your inbox.

This archive is built from SMRTR newsletter stories. Subscribe for hand-picked stories without the extra noise.

Related Stories

Browse Programming
ProgrammingAug 23, 2026

Rust Glancer

Rust-analyzer's memory bloat stems from treating all 6,666 dependencies equally — a tiered, IntelliJ-style backend could fix that.