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 e0ac27f commit f742800
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Based on LSM tree-structured database with up to 100,000 data writes per second.

# introduce
## introduce
1. Developed using the LSM architecture
2. Serialization and deserialization of data in the form of ProtoBuf
3. Use direct memory to reduce one copy of the IO process
Expand Down Expand Up @@ -34,8 +34,8 @@ Based on LSM tree-structured database with up to 100,000 data writes per second.
columnFamilyHandle=openDB.getColumnFamilyHandle("luoluoyuyu").date;
```

#benchmark
## benchmark
```
Benchmark Mode Cnt Score Error Units
OpenDBBenchmark.addKeyValue thrpt 134061.544 ops/s
```
```

0 comments on commit f742800

Please sign in to comment.