spring-projects / spring-projects/spring-integration

Investigate the possibility of using DB-specific queries [INT-2676]

Open
#6,652 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

in: jdbc type: task
Dominant language
Java
Stars
1.6k
Forks
1.2k
Avg merge
17h 48m
Merged PRs (30d)
62

Description

Gunnar Hillert opened INT-2676 and commented

Investigate the following question:

  • Should we possible do DB specific SQL queries? E.g. for MySQL and Oracle do "select ... for update" helping prevent duplicate reads.

  • Should we consider DB specific Message Store implementations? Microsoft SQL Server has "Query Notifications" (not supported for JDBC?)

http://rusanu.com/2006/06/17/the-mysterious-notification/

Oracle has Database Change Notifications

http://theblasfrompas.blogspot.com/2010/02/using-database-change-notification-dcn.html

and PostgreSQL may also have respective support.


Affects: 2.1.3

This issue is a sub-task of #6647

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

No files, tests, or entry points are named. Start by reviewing the DB-specific SQL and Message Store questions, then read the referenced SQL Server, Oracle, and PostgreSQL resources; done requires an agreed design and scope for supported database-specific behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
databases
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.