Browse Source

modify report.md

master
王雪飞 8 months ago
parent
commit
5c3d413d56
2 changed files with 4 additions and 1 deletions
  1. BIN
      pic/put_fields.png
  2. +4
    -1
      report.md

BIN
pic/put_fields.png View File

Before After
Width: 1072  |  Height: 553  |  Size: 95 KiB

+ 4
- 1
report.md View File

@ -299,10 +299,13 @@ struct executor_param {
`value_log 中:|value 长度 | slot_num | attr个数(定长) | attr1_name的长度(定长) | attr1_name(变长) | attr1_value的长度(定长) | attr1_value(变长) | ... |`
**操作:**
**操作:**
`Status DBImpl::Put_Fields(const WriteOptions& opt, const Slice& key, const FieldArray& fields)`
**流程图:**
![put_fields](./pic/put_fields.png)
**功能:**
将传入的字段数组插入数据库中

Loading…
Cancel
Save