Make calling fsync configurable via fraction config
Open
Nobody has claimed this yet.
good-first-issue
tests
- Dominant language
- Go
- Stars
- 131
- Forks
- 16
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 11
Description
Currently, we can only disable fsync using configs for seq-db. Potentially, it would be great to be able to disable it via fraction config. This might be helpful in unit tests because running hundreds of them sometimes takes longer than it might take. Disable fsync can cut time in half.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by searching the repository for the existing seq-db fsync configuration and the fraction configuration entry points. Trace how those settings reach database writes, then verify that a fraction-level option can disable fsync and that the unit-test runtime improvement is covered by appropriate tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- database
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100