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 1CAE917840 for ; Thu, 27 Aug 2015 21:50:47 +0000 (UTC) Received: (qmail 32720 invoked by uid 500); 27 Aug 2015 21:50:46 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 32594 invoked by uid 500); 27 Aug 2015 21:50:46 -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 32468 invoked by uid 99); 27 Aug 2015 21:50:46 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Aug 2015 21:50:46 +0000 Date: Thu, 27 Aug 2015 21:50:46 +0000 (UTC) From: "Julien Le Dem (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (DRILL-3717) Move functions to their own module and preprocess them at build time to speedup startup 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-3717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julien Le Dem updated DRILL-3717: --------------------------------- Issue Type: Wish (was: Improvement) > Move functions to their own module and preprocess them at build time to speedup startup > --------------------------------------------------------------------------------------- > > Key: DRILL-3717 > URL: https://issues.apache.org/jira/browse/DRILL-3717 > Project: Apache Drill > Issue Type: Wish > Components: Execution - Codegen > Reporter: Julien Le Dem > Assignee: Chris Westin > > all the functions included in the drill distirbution are scanned in the classpath and then parsed with janino at startup. > This slows down startup and unit tests. > If they were in their own module it would be possible to preprocess at build time and have a much better startup time, including in tests. > The classpath scanning library used (reflections) already has a mechanism to persist its result. -- This message was sent by Atlassian JIRA (v6.3.4#6332)