未验证 提交 ed8d8d00 编写于 作者: W wade zhang 提交者: GitHub

Merge pull request #15344 from taosdata/docs/wade-2.6

doc: fix broken link to picture
---
sidebar_label: High Performance Writing
title: High Performance Writing
---
import Tabs from "@theme/Tabs";
import TabItem from "@theme/TabItem";
# High Performance Data Writing
This chapter introduces how to write data into TDengine with high throughput.
## How to Achieve high performance data writing
......@@ -63,7 +66,7 @@ Below are the scenario for the sample programs of high performance wrting.
- Application program maps the received data to different writing threads based on table name to make sure all the data for each table is always processed by a specific writing thread.
- Each writing thread writes the received data into TDengine once the message queue becomes empty or the read data meets a threshold.
![Thread Model of High Performance Writing into TDengine](highvolume.webp)
![Thread Model of High Performance Writing into TDengine](../../../zh/07-develop/03-insert-data/highvolume.webp)
### Sample Programs
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册