Merge pull request #19807 from taosdata/docs/dclow
doc: fix markdown errors and links
This commit is contained in:
commit
2a15ba8daa
|
@ -123,11 +123,11 @@ As a high-performance, scalable and SQL supported time-series database, TDengine
|
||||||
|
|
||||||
## Comparison with other databases
|
## Comparison with other databases
|
||||||
|
|
||||||
- [Writing Performance Comparison of TDengine and InfluxDB ](https://tdengine.com/2022/02/23/4975.html)
|
- [Writing Performance Comparison of TDengine and InfluxDB ](https://tdengine.com/performance-comparison-of-tdengine-and-influxdb/)
|
||||||
- [Query Performance Comparison of TDengine and InfluxDB](https://tdengine.com/2022/02/24/5120.html)
|
- [Query Performance Comparison of TDengine and InfluxDB](https://tdengine.com/query-performance-comparison-test-report-tdengine-vs-influxdb/)
|
||||||
- [TDengine vs OpenTSDB](https://tdengine.com/2019/09/12/710.html)
|
- [TDengine vs OpenTSDB](https://tdengine.com/performance-tdengine-vs-opentsdb/)
|
||||||
- [TDengine vs Cassandra](https://tdengine.com/2019/09/12/708.html)
|
- [TDengine vs Cassandra](https://tdengine.com/performance-tdengine-vs-cassandra/)
|
||||||
- [TDengine vs InfluxDB](https://tdengine.com/2019/09/12/706.html)
|
- [TDengine vs InfluxDB](https://tdengine.com/performance-tdengine-vs-influxdb/)
|
||||||
|
|
||||||
## More readings
|
## More readings
|
||||||
- [Introduction to Time-Series Database](https://tdengine.com/tsdb/)
|
- [Introduction to Time-Series Database](https://tdengine.com/tsdb/)
|
||||||
|
|
|
@ -39,7 +39,7 @@ The Rust Connector is still under rapid development and is not guaranteed to be
|
||||||
* Install the Rust development toolchain
|
* Install the Rust development toolchain
|
||||||
* If using the native connection, please install the TDengine client driver. Please refer to [install client driver](/reference/connector#install-client-driver)
|
* If using the native connection, please install the TDengine client driver. Please refer to [install client driver](/reference/connector#install-client-driver)
|
||||||
|
|
||||||
# Add taos dependency
|
### Add taos dependency
|
||||||
|
|
||||||
Depending on the connection method, add the [taos][taos] dependency in your Rust project as follows:
|
Depending on the connection method, add the [taos][taos] dependency in your Rust project as follows:
|
||||||
|
|
||||||
|
@ -282,7 +282,7 @@ In the application code, use `pool.get()? ` to get a connection object [Taos].
|
||||||
let taos = pool.get()?;
|
let taos = pool.get()?;
|
||||||
```
|
```
|
||||||
|
|
||||||
# Connectors
|
### Connectors
|
||||||
|
|
||||||
The [Taos][struct.Taos] object provides an API to perform operations on multiple databases.
|
The [Taos][struct.Taos] object provides an API to perform operations on multiple databases.
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,7 @@ taos -C
|
||||||
taos --dump-config
|
taos --dump-config
|
||||||
```
|
```
|
||||||
|
|
||||||
# Configuration Parameters
|
## Configuration Parameters
|
||||||
|
|
||||||
:::note
|
:::note
|
||||||
The parameters described in this document by the effect that they have on the system.
|
The parameters described in this document by the effect that they have on the system.
|
||||||
|
|
|
@ -29,7 +29,7 @@ taos -C
|
||||||
taos --dump-config
|
taos --dump-config
|
||||||
```
|
```
|
||||||
|
|
||||||
# 配置参数详细列表
|
## 配置参数详细列表
|
||||||
|
|
||||||
:::note
|
:::note
|
||||||
本节内容覆盖产品的配置参数,适用于服务端的参数按其对产品行为的影响进行分类,这其中有部分参数也同时适用于客户端;但有少量参数仅适用于客户端,这部分参数进行了单独归类。
|
本节内容覆盖产品的配置参数,适用于服务端的参数按其对产品行为的影响进行分类,这其中有部分参数也同时适用于客户端;但有少量参数仅适用于客户端,这部分参数进行了单独归类。
|
||||||
|
|
Loading…
Reference in New Issue