Return-Path: X-Original-To: apmail-drill-issues-archive@minotaur.apache.org Delivered-To: apmail-drill-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 DEB901763B for ; Thu, 1 Oct 2015 13:45:26 +0000 (UTC) Received: (qmail 15701 invoked by uid 500); 1 Oct 2015 13:45:26 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 15667 invoked by uid 500); 1 Oct 2015 13:45:26 -0000 Mailing-List: contact issues-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list issues@drill.apache.org Received: (qmail 15657 invoked by uid 99); 1 Oct 2015 13:45:26 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Oct 2015 13:45:26 +0000 Date: Thu, 1 Oct 2015 13:45:26 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (DRILL-3874) flattening large JSON objects consumes too much direct memory MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DRILL-3874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14939834#comment-14939834 ] ASF GitHub Bot commented on DRILL-3874: --------------------------------------- Github user cwestin commented on the pull request: https://github.com/apache/drill/pull/181#issuecomment-144729913 Passes the unit tests, and the regression suite, except for one query in the functional suite that Rahul claimed (in email) is a known problem and that he has a fix for. > flattening large JSON objects consumes too much direct memory > ------------------------------------------------------------- > > Key: DRILL-3874 > URL: https://issues.apache.org/jira/browse/DRILL-3874 > Project: Apache Drill > Issue Type: Bug > Components: Execution - Flow > Affects Versions: 1.1.0 > Reporter: Chris Westin > Assignee: Chris Westin > > A JSON record has a field whose value is an array with 20,000 elements; the record's size is 4MB. A select is used to flatten this. The query profile reports that the peak memory utilization was 8GB, most of it used by the flatten. -- This message was sent by Atlassian JIRA (v6.3.4#6332)