ozontech / ozontech/seq-db

Make calling fsync configurable via fraction config

Open
#199 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.