minor update to dbrp heading

pull/1197/head
Scott Anderson 2020-07-10 16:30:15 -06:00
parent ba51247170
commit 01878924f3
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ policies are mapped to buckets using the **database and retention policy (DBRP)
The DBRP mapping service uses the **database** and **retention policy** specified in The DBRP mapping service uses the **database** and **retention policy** specified in
[compatibility API](/v2.0/reference/api/influxdb-1x/) requests to route operations to a bucket. [compatibility API](/v2.0/reference/api/influxdb-1x/) requests to route operations to a bucket.
[Create DBRP mappings automatically](#dbrp-mapping-behavior) with the `/write` compatibility endpoint or [Create DBRP mappings automatically](#dbrp-mapping-logic) with the `/write` compatibility endpoint or
[create DBRP mappings manually](#manually-create-and-manage-dbrp-mappings) using the `/api/v2/dbrps` API endpoint. [create DBRP mappings manually](#manually-create-and-manage-dbrp-mappings) using the `/api/v2/dbrps` API endpoint.
- [DBRP mapping behavior](#dbrp-mapping-behavior) - [DBRP mapping behavior](#dbrp-mapping-behavior)
@ -34,7 +34,7 @@ A database can have multiple retention policies with one set as default.
If no retention policy is specified in a query or write request, InfluxDB uses If no retention policy is specified in a query or write request, InfluxDB uses
the default retention policy for the specified database. the default retention policy for the specified database.
## DBRP mapping behavior ## DBRP mapping logic
- [When writing data](#when-writing-data) - [When writing data](#when-writing-data)
- [When querying data](#when-querying-data) - [When querying data](#when-querying-data)