Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
manosriram authored May 15, 2024
1 parent 3c35f65 commit a2a52cb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,14 @@ if err != nil {
}
```

#### Merge
#### Compaction

**TODO**
- [x] Merge
- [ ] Hintfiles

```go
err := d.Merge()
err := d.RunCompaction() // runs Merge
if err != nil {
// handle error
}
Expand Down

0 comments on commit a2a52cb

Please sign in to comment.