Remember that every mutation is a write

Updates, inserts, and deletes are all treated the same... as writes! Any previous data will be obsoleted, and not immediately removed. Deletes and TTLs will create tombstones. Consider these points when building your data models. Avoid deleting data or writing data in place as much as possible, and build your tables to match specific query patterns.

Get Seven NoSQL Databases in a Week now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.