Introduction to NoSQL
Jake Roach
Data Engineer
Micro-partitioning:
$$
Allowing for:

Data clustering:
$$
Allowing for:

SELECT
title,
author,
price
FROM books
WHERE
price > 25.00;
Micro-partitioning and data clustering allow for:

Introduction to NoSQL