Fix broken link in ingestion/schema-design.md docs (#6810)

This commit is contained in:
Janek Lasocki-Biczysko 2019-01-07 02:20:53 +00:00 committed by Fangjin Yang
parent 636964fcb5
commit b88e6304c4
1 changed files with 1 additions and 1 deletions

View File

@ -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 than string columns. But unlike string columns, numeric columns don't have indexes, so they are generally slower to
filter on. 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) ## High cardinality dimensions (e.g. unique IDs)