Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 9B669200BA0 for ; Thu, 8 Sep 2016 19:56:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9A2D8160AAD; Thu, 8 Sep 2016 17:56:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id EBE43160AD7 for ; Thu, 8 Sep 2016 19:56:21 +0200 (CEST) Received: (qmail 86725 invoked by uid 500); 8 Sep 2016 17:56:21 -0000 Mailing-List: contact issues-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list issues@ignite.apache.org Received: (qmail 86534 invoked by uid 99); 8 Sep 2016 17:56:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Sep 2016 17:56:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C5D532C1B87 for ; Thu, 8 Sep 2016 17:56:20 +0000 (UTC) Date: Thu, 8 Sep 2016 17:56:20 +0000 (UTC) From: "Dmitriy Setrakyan (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (IGNITE-3870) Keeping SQL query result set in off heap tire MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 08 Sep 2016 17:56:22 -0000 [ https://issues.apache.org/jira/browse/IGNITE-3870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitriy Setrakyan reassigned IGNITE-3870: ----------------------------------------- Assignee: Dmitriy Setrakyan (was: Sergi Vladykin) > Keeping SQL query result set in off heap tire > --------------------------------------------- > > Key: IGNITE-3870 > URL: https://issues.apache.org/jira/browse/IGNITE-3870 > Project: Ignite > Issue Type: Task > Reporter: Denis Magda > Assignee: Dmitriy Setrakyan > > With the new off heap storage architectures (IGNITE-3477) it makes sense to improve a part of the system that prepares an SQL query result set in a such a way: > - result set should consist of wrappers objects that incorporate off heap pointers to fields and values stored off heap; > - during the time the result set is being sent over the wire we shouldn't move fields and values from off heap to Java heap but rather implement a solution that will allow us to pass an off heap pointer to a sockets output stream. Probably this can be done by leveraging Java's DirectBuffers. -- This message was sent by Atlassian JIRA (v6.3.4#6332)