mirror of https://github.com/apache/druid.git
Fix broken link in ingestion/schema-design.md docs (#6810)
This commit is contained in:
parent
636964fcb5
commit
b88e6304c4
|
@ -48,7 +48,7 @@ There are performance tradeoffs between string and numeric columns. Numeric colu
|
|||
than string columns. But unlike string columns, numeric columns don't have indexes, so they are generally slower to
|
||||
filter on.
|
||||
|
||||
See [Dimension Schema](../ingestion/index.html#dimension-schema) for more information.
|
||||
See [Dimension Schema](../ingestion/ingestion-spec.html#dimension-schema) for more information.
|
||||
|
||||
## High cardinality dimensions (e.g. unique IDs)
|
||||
|
||||
|
|
Loading…
Reference in New Issue