praeclarum / praeclarum/sqlite-net
Does SQLite load whole database into memory during CRUD operations and its lifetime?
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 4.5k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
Does anyone know if SQLite loads whole database into memory during CRUD operations and its lifetime?
Or does it load only data required for read query, and no data for edit operations?
I cannot find any official documentation.
Contributor guide
No contributing guide indexed for this repository
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
The issue mentions only the SQLite fileio documentation at sqlite.org/fileio.html; start there and review how SQLite handles memory during CRUD operations and its lifetime. The issue does not name a repository file or test, and the desired documentation change and completion criteria are not specified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, sqlite
- Domain
- databases
- Issue type
- Documentation
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 15/100