tursodatabase / tursodatabase/libsql

Do integrity check in `sync` and `pull` in offline sync

Open
#2,023 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

offline writes
Dominant language
C
Stars
17.2k
Forks
531
Avg merge
1h 12m
Merged PRs (30d)
1

Description

Whenever we bootstrap the db and pull wal frames, we should do an integrity check. Integrity check is expensive, so may be we can do quick check instead.

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

Locate the offline sync paths that bootstrap the database and pull WAL frames, then trace where those operations complete. Add a quick integrity check after both operations and verify that sync and pull handle its result as expected; the issue does not name specific files or tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
c, sqlite
Domain
databases
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.