objectbox / objectbox/objectbox-java
preallocate free space
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 4.6k
- Forks
- 311
- PR merge metrics
- No merged PRs in 30d
Description
Start with a clear and concise description of what problem you are trying to solve.
avoid that the insertion of entities in the database fails because there is no more free space in the device.
Describe the solution you'd like
allow objectbox to preallocate free space (during database creation) from device memory for further usage.
Describe alternatives you've considered
I don't give a damn about devices with little free space.
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
No files, tests, or entry points are named. Start by reviewing the database-creation API and the behavior when device storage is exhausted; define how callers would request preallocated space and how successful later entity insertion would be verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- database
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100