davidmoten / davidmoten/rxjava-jdbc

Feature: Load data in slices(pagination under hood)

Open
#77 6 comments 0 reactions 0 assignees View on GitHub
question
Dominant language
Java
Stars
801
Forks
114
Avg merge
1m
Merged PRs (30d)
3

Description

Considering the fact this library has to be used in Rx architecture, there comes the need to load and process data in slices (pagination).

Lets say you have to process a million of records so you cannot handle all this stuff just using one 'select' operation. You have to load data in bits and process just few rows at time and then load next few rows and process ...

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.