Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
luoluoyuyu authored Oct 17, 2023
1 parent f742800 commit 095b863
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,13 @@ Based on LSM tree-structured database with up to 100,000 data writes per second.
columnFamilyDescriptor.setValueType(ValueType.intValue);
columnFamilyDescriptor.setBlockSize(1<<12);
openDB.createColumnFamily(columnFamilyDescriptor);
columnFamilyHandle=openDB.getColumnFamilyHandle("luoluoyuyu").date;
Key key = new IntKey(1);
Value value = new IntValue(1);
openDB.put(key, value, columnFamilyHandle);
columnFamilyHandle=openDB.getColumnFamilyHandle("luoluoyuyu").date;
```

## benchmark
Expand Down

0 comments on commit 095b863

Please sign in to comment.