Skip to content

Commit

Permalink
[doc] Production ready: First Row and Cross partition update
Browse files Browse the repository at this point in the history
  • Loading branch information
JingsongLi committed Dec 26, 2023
1 parent 466f54a commit 600cc03
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docs/content/concepts/primary-key-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@ Performance:

#### Cross Partitions Upsert Dynamic Bucket Mode

{{< hint info >}}
This is an experimental feature.
{{< /hint >}}

When you need cross partition upsert (primary keys not contain all partition fields), Dynamic Bucket mode directly
maintains the mapping of keys to partition and bucket, uses local disks, and initializes indexes by reading all
existing keys in the table when starting stream write job. Different merge engines have different behaviors:
Expand Down Expand Up @@ -337,10 +333,6 @@ For streaming queries, `aggregation` merge engine must be used together with `lo

### First Row

{{< hint info >}}
This is an experimental feature.
{{< /hint >}}

By specifying `'merge-engine' = 'first-row'`, users can keep the first row of the same primary key. It differs from the
`deduplicate` merge engine that in the `first-row` merge engine, it will generate insert only changelog.

Expand Down

0 comments on commit 600cc03

Please sign in to comment.