Fix rollup docs bullet formatting (#12876)

This commit is contained in:
David Hergenroeder 2022-08-08 22:10:07 -04:00 committed by GitHub
parent 267b32c2e2
commit 533c39f35a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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