mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-02 03:39:03 +00:00
fix(docs): Update metadata-serving.md (#2323)
This commit is contained in:
parent
9d1e24fd0b
commit
d05d22a94e
@ -30,7 +30,7 @@ To ensure that metadata changes are processed in the correct chronological order
|
||||
|
||||
### Metadata Query Serving
|
||||
|
||||
Primary-key based reads (e.g. getting schema metadata for a dataset based on the `dataset-urn`) on metadata are routed to the document store. Secondary index based reads on metadata are routed to the search index (or alternately can use the strongly consistent secondary index support described [here]()). Full-text and advanced search queries are routed to the search index. Complex graph queries usch as lineage are routed to the graph index.
|
||||
Primary-key based reads (e.g. getting schema metadata for a dataset based on the `dataset-urn`) on metadata are routed to the document store. Secondary index based reads on metadata are routed to the search index (or alternately can use the strongly consistent secondary index support described [here]()). Full-text and advanced search queries are routed to the search index. Complex graph queries such as lineage are routed to the graph index.
|
||||
|
||||
### Further Reading
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user