1
0
mirror of https://github.com/fumiama/fumidb.git synced 2026-06-11 05:30:26 +08:00
This commit is contained in:
源文雨
2022-05-03 21:33:00 +08:00
parent d17f36b255
commit fae3641fab
4 changed files with 8 additions and 5 deletions

View File

@@ -15,14 +15,14 @@
| 5 | double | 直接存储 |
## 字符串
> 字符串为长的索引的字节数组长度最大不超过uint32(65535字节)。
> 字符串为长的索引的字节数组长度最大不超过uint32(65535字节)。
### 类型列表
| 类型代号 | 类型 | 存储方式 |
| --- | --- | --- |
| 6 | string | 下一个哈希相同的数据项的指针+uint32长度+该长度的数据(字节数组) |
## 二进制数据块
> 二进制数据块为定长不超过uint64的不参与索引的字节数组
> 二进制数据块为变长的不参与索引的字节数组长度最大不超过uint64
### 类型列表
| 类型代号 | 类型 | 存储方式 |
| --- | --- | --- |