Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---

Check notice on line 1 in i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/table-design/data-model/duplicate.md

View workflow job for this annotation

GitHub Actions / Build Check

i18n-sync-source-counterpart

Chinese docs changed without the English source counterpart. Confirm whether the English source also needs to be updated%2C or explain the locale-only reason in the PR description. Owner%3A @apache/doris-website-maintainers
{
"title": "明细表",
"language": "zh-CN",
Expand Down Expand Up @@ -44,7 +44,7 @@

## 数据插入与存储

在明细表中,数据不进行去重与聚合,插入数据即存储数据。明细表中 Key 列指做为排序
在明细表中,数据不进行去重与聚合,插入数据即存储数据。明细表中 Key 列只做为排序

![columnar_storage](/images/table-desigin/duplicate-table-insert.png)

Expand Down
Loading