Skip to content

Commit

Permalink
[docs] Fix typo in website/docs/table-design/overview.md (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
qining-mj authored Dec 25, 2024
1 parent a2766fb commit 2435149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/table-design/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ as the log data for the primary table data.
- **.log:** Compact arrangement of log data.

### KvTablet
Each bucket of the PrimaryKey table needs to generate a KvTablet. Underlying, each KvTablet correspond to an embedded RocksDB instance. RocksDB is a LSM (log structured merge) engine which helps KvTablet supports high-performance updates and lookup query.
Each bucket of the PrimaryKey table needs to generate a KvTablet. Underlying, each KvTablet corresponds to an embedded RocksDB instance. RocksDB is an LSM (log structured merge) engine which helps KvTablet supports high-performance updates and lookup query.


0 comments on commit 2435149

Please sign in to comment.