linkedin / linkedin/cassette

4.26gb database file limit b/c of `unsigned int` limitation

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

Nobody has claimed this yet.

Dominant language
Objective-C
Stars
95
Forks
18
PR merge metrics
No merged PRs in 30d

Description

the size of the database file maxes out at 4.26gb or roughtly 4,294,967,295 bytes because of storing _fileLength as unsigned int

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 declaration and uses of _fileLength in the Objective-C storage code. Inspect behavior at the 4,294,967,295-byte boundary, then verify that the queue can handle database files beyond 4.26 GB without truncation or overflow.

Written by the indexing model from the issue text.

Assessment

Tech stack
objective-c
Domain
databases
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.