Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ryogrid authored Aug 23, 2024
1 parent 821fce2 commit 1448bf7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@
- [x] Index
- [x] Hash Index
- Hash index can be used only equal(=) operator is specified to index having columns
- Access is serialized (not parallel)
- Thread safe but serialized (not supported concurrent access)
- [x] SkipList Index
- Alternative of B-tree Index
- Parallel accesible
- [ ] B-tree Index
- Implementing now with [bltree-go-for-embedding](https://github.com/ryogrid/bltree-go-for-embedding) lib
- Concurrent access is supported
- [x] B-tree Index [^1]
- Using [bltree-go-for-embedding](https://github.com/ryogrid/bltree-go-for-embedding) lib
- Concurrent access is supported
- [ ] Logging And Recovery Of Index Data
- [ ] JOIN
- [x] INNER JOIN (Hash Join, Index Join, Nested Loop Join)
Expand Down

0 comments on commit 1448bf7

Please sign in to comment.