1
0
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:
源文雨
2022-05-04 13:48:57 +08:00
parent b33e5dbe73
commit 9a589ea33e
5 changed files with 331 additions and 22 deletions

View File

@@ -31,6 +31,8 @@
> 区块长度固定,但是不同索引类型有所不同
详见[索引格式](/api/index.md)。
### 表项
> 实现时为了性能考虑,建表时限制数据栏数小于`128`
> 区块长度固定,为`8+len(row 1)+len(row 2)+...+len(row N)`字节
> 由于存在可变长的 string 和 binary不同区块长度有可能不同