Improve searching for commits
Open
customer issue
enhancement
sql
version control
- Dominant language
- Go
- Stars
- 24.4k
- Forks
- 873
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 108
Description
Searching dolt_log for commits by the message is very slow when you have a large amount of them, in my case currently 173k+.
Would be nice if the message column could be indexed, or if we can have an additional indexed column to assign our own ID to a commit so we can easily find it fast without having to index them ourselves outside of dolt.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.