spring-projects / spring-projects/spring-data-relational
Consider the support for bulk UPSERT operations
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 827
- Forks
- 394
- PR merge metrics
- No merged PRs in 30d
Description
Recently, Spring Data JDBC got the UPSERT support, which is great. I think it will also be worth thinking about adding bulk UPSERT operations. In our case, in Axelix, it would be extremely helpful during the re-discovery of available Spring Boot services deployed.
Contributor guide
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 reviewing the existing Spring Data JDBC UPSERT support and the bulk rediscovery workload described in the issue. Clarify which bulk operation semantics and database capabilities are required, then define the API and acceptance criteria before implementation; the issue currently names no files, tests, or entry points.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100