mirror of
https://github.com/fumiama/fumidb.git
synced 2026-06-08 20:10:25 +08:00
finish insert row & find row by pk
This commit is contained in:
@@ -31,6 +31,8 @@
|
||||
> 区块长度固定,但是不同索引类型有所不同
|
||||
详见[索引格式](/api/index.md)。
|
||||
### 表项
|
||||
> 实现时为了性能考虑,建表时限制数据栏数小于`128`
|
||||
|
||||
> 区块长度固定,为`8+len(row 1)+len(row 2)+...+len(row N)`字节
|
||||
|
||||
> 由于存在可变长的 string 和 binary,不同区块长度有可能不同
|
||||
|
||||
Reference in New Issue
Block a user