From 533c39f35a9e8459e3038fb458ab272648bc39c9 Mon Sep 17 00:00:00 2001 From: David Hergenroeder Date: Mon, 8 Aug 2022 22:10:07 -0400 Subject: [PATCH] Fix rollup docs bullet formatting (#12876) --- docs/ingestion/rollup.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/ingestion/rollup.md b/docs/ingestion/rollup.md index 18e9d0d01be..682fe83d029 100644 --- a/docs/ingestion/rollup.md +++ b/docs/ingestion/rollup.md @@ -32,10 +32,12 @@ When you disable rollup, Druid loads each row as-is without doing any form of pr Use roll-up when creating a table datasource if both: - You want optimal performance or you have strict space constraints. -- You don't need raw values from [high-cardinality dimensions](schema-design.md#sketches). +- You don't need raw values from [high-cardinality dimensions](schema-design.md#sketches). + Conversely, disable roll-up if either: - You need results for individual rows. - You need to execute `GROUP BY` or `WHERE` queries on _any_ column. + If you have conflicting needs for different use cases, you can create multiple tables with different roll-up configurations on each table. ## Maximizing rollup ratio