objectbox / objectbox/objectbox-java
remove and offset, limit
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 4.6k
- Forks
- 311
- PR merge metrics
- No merged PRs in 30d
Description
i want remove all objects for example 100 records in next page without find, how can doing it with QueryBuilder and remove()
currently limit and offset exists only in find() method, but i don't want load it in memory then removing them
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
Start by reading the QueryBuilder API and the existing find() and remove() behavior. Determine how limit and offset could apply to removal without loading matching objects into memory, then define and verify the expected behavior for removing records such as 100 objects on a later page.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100