Skip to content

Commit eed6916

Browse files
committed
chore: remove outdated docs
Signed-off-by: jeremyhi <fengjiachun@gmail.com>
1 parent 1f0acb2 commit eed6916

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,6 @@ The Bulk Write API provides a high-performance, memory-efficient mechanism for i
262262
> - Insert API (which supports auto table creation), or
263263
> - SQL DDL statements (CREATE TABLE)
264264
> 2. **Schema Matching**: The table template in bulk API must exactly match the existing table schema.
265-
> 3. **Column Types**: For bulk operations, currently use `addField()` instead of `addTag()`. Tag columns are part of the primary key in GreptimeDB, but bulk operations don't yet support tables with tag columns. This limitation will be addressed in future versions.
266265
267266
This API supports writing to one table per stream and handles large data volumes (up to 200MB per write) with adaptive flow control. Performance advantages include:
268267
- Off-heap memory management with Arrow buffers

ingester-example/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ The Bulk Write API provides a high-performance, memory-efficient mechanism for i
8686
> - Insert API (which supports auto table creation), or
8787
> - SQL DDL statements (CREATE TABLE)
8888
> 2. **Schema Matching**: The table template in bulk API must exactly match the existing table schema.
89-
> 3. **Column Types**: For bulk operations, currently use `addField()` instead of `addTag()`. Tag columns are part of the primary key in GreptimeDB, but bulk operations don't yet support tables with tag columns. This limitation will be addressed in future versions.
9089
9190
**Important Note**:
9291
- This API is designed around streaming connections, which means each stream establishes a connection to only one database node. Unlike the regular write API, it lacks automatic load balancing for individual requests. However, if your use case involves multiple clients establishing multiple streams to the database, this limitation is not a concern.

0 commit comments

Comments
 (0)