Return-Path: X-Original-To: apmail-commons-issues-archive@minotaur.apache.org Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E8F0D18509 for ; Mon, 15 Feb 2016 18:30:18 +0000 (UTC) Received: (qmail 67478 invoked by uid 500); 15 Feb 2016 18:30:18 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 67268 invoked by uid 500); 15 Feb 2016 18:30:18 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 67056 invoked by uid 99); 15 Feb 2016 18:30:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Feb 2016 18:30:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 30ACD2C14F0 for ; Mon, 15 Feb 2016 18:30:18 +0000 (UTC) Date: Mon, 15 Feb 2016 18:30:18 +0000 (UTC) From: "Mina Asham (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (DBUTILS-127) Iterable and batch support MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Mina Asham created DBUTILS-127: ---------------------------------- Summary: Iterable and batch support Key: DBUTILS-127 URL: https://issues.apache.org/jira/browse/DBUTILS-127 Project: Commons DbUtils Issue Type: New Feature Affects Versions: 1.6 Reporter: Mina Asham Supporting iterables using batch DB queries is extremely important when you want to iterate over a large set of data without loading all of it in memory and waiting for DB to load all the query result. This will enable cursor loading from DB. -- This message was sent by Atlassian JIRA (v6.3.4#6332)