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 AE83D200B70 for ; Wed, 20 Jul 2016 02:57:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id AD2F0160A76; Wed, 20 Jul 2016 00:57: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 DEF65160A8E for ; Wed, 20 Jul 2016 02:57:21 +0200 (CEST) Received: (qmail 34633 invoked by uid 500); 20 Jul 2016 00:57:20 -0000 Mailing-List: contact dev-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 dev@drill.apache.org Received: (qmail 34276 invoked by uid 99); 20 Jul 2016 00:57:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jul 2016 00:57:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A0B882C0278 for ; Wed, 20 Jul 2016 00:57:20 +0000 (UTC) Date: Wed, 20 Jul 2016 00:57:20 +0000 (UTC) From: "Gautam Kumar Parai (JIRA)" To: dev@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (DRILL-4789) In-list to join optimization should have configurable in-list size MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 20 Jul 2016 00:57:22 -0000 Gautam Kumar Parai created DRILL-4789: ----------------------------------------- Summary: In-list to join optimization should have configurable in-list size Key: DRILL-4789 URL: https://issues.apache.org/jira/browse/DRILL-4789 Project: Apache Drill Issue Type: Bug Reporter: Gautam Kumar Parai Assignee: Gautam Kumar Parai We current have a default in-list size of 20. Instead of the magic number 20, we should make this configurable. {code} select count * from table where col in (1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1); {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)