Last Version

SQL Queries Parallel Processing Using JdbcTemplate 1.2.3

Processes given SQL query in parallel in multiple data sources (assuming that all data source contain the same data). Combined results from multiple queries are exposed to application as java.util.Iterator. Worker thread use spring's JdbcTemplate with named parameters support.

License

License

GroupId

GroupId

com.alexkasko.springjdbc
ArtifactId

ArtifactId

parallel-queries
Version

Version

1.2.3
Type

Type

jar
Description

Description

SQL Queries Parallel Processing Using JdbcTemplate
Processes given SQL query in parallel in multiple data sources (assuming that all data source contain the same data). Combined results from multiple queries are exposed to application as java.util.Iterator. Worker thread use spring's JdbcTemplate with named parameters support.
Project URL

Project URL

https://github.com/alexkasko/parallel-queries
Source Code Management

Source Code Management

https://github.com/alexkasko/parallel-queries

Download parallel-queries 1.2.3


<!-- https://jarcasting.com/artifacts/com.alexkasko.springjdbc/parallel-queries/ -->
<dependency>
    <groupId>com.alexkasko.springjdbc</groupId>
    <artifactId>parallel-queries</artifactId>
    <version>1.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.alexkasko.springjdbc/parallel-queries/
implementation 'com.alexkasko.springjdbc:parallel-queries:1.2.3'
// https://jarcasting.com/artifacts/com.alexkasko.springjdbc/parallel-queries/
implementation ("com.alexkasko.springjdbc:parallel-queries:1.2.3")
'com.alexkasko.springjdbc:parallel-queries:jar:1.2.3'
<dependency org="com.alexkasko.springjdbc" name="parallel-queries" rev="1.2.3">
  <artifact name="parallel-queries" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alexkasko.springjdbc', module='parallel-queries', version='1.2.3')
)
libraryDependencies += "com.alexkasko.springjdbc" % "parallel-queries" % "1.2.3"
[com.alexkasko.springjdbc/parallel-queries "1.2.3"]

Dependencies

compile (2)

Group / Artifact Type Version
org.springframework : spring-jdbc jar 3.1.0.RELEASE
com.google.guava : guava jar 10.0

test (6)

Group / Artifact Type Version
junit : junit jar 4.8.2
com.h2database : h2 jar 1.3.154
commons-lang : commons-lang jar 2.4
org.slf4j : slf4j-api jar 1.6.1
org.slf4j : slf4j-log4j12 jar 1.6.1
log4j : log4j jar 1.2.16

Project Modules

There are no modules declared in this project.