Return-Path: X-Original-To: apmail-incubator-drill-user-archive@minotaur.apache.org Delivered-To: apmail-incubator-drill-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5FBBEE047 for ; Fri, 7 Dec 2012 12:21:12 +0000 (UTC) Received: (qmail 73378 invoked by uid 500); 7 Dec 2012 12:21:12 -0000 Delivered-To: apmail-incubator-drill-user-archive@incubator.apache.org Received: (qmail 73191 invoked by uid 500); 7 Dec 2012 12:21:10 -0000 Mailing-List: contact drill-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: drill-user@incubator.apache.org Delivered-To: mailing list drill-user@incubator.apache.org Delivered-To: moderator for drill-user@incubator.apache.org Received: (qmail 32574 invoked by uid 99); 6 Dec 2012 19:44:46 -0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of julianhyde@gmail.com designates 209.85.220.47 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; bh=kHv/vcBLaGZs+87+rWrjHZiJiaGQoGyS9TcDTTr+Ma0=; b=w4aViwGVQ5/6vcmSXXlC/IMUX3usHo83FoYjNUWCtlI9Ldo9K+QGo6vH8fCW8vQnYu OfYMmao0jzh/WJys2yPJeEeg3Fpab+r3c8k+T9HPFhlzqojEbxhrG6Eq4tqWs3iGyeJG 54tRNE5okrHrVrlXHg0htXHHuQWH6WqE9uq/6UkSl+edU/W2bGDcf7K2lIJqbpM2h7l/ 95rAqW5AMEJNQvJ2Pjw9E3VmpFBGUze81AlGghLuj2cM7xXvCIr6r8ghKQCsNwG2OgAO kILNAaxNvtAWUC/udx7rrjbXG61/6cZOyMGq+WaAG72/7wASMe/fNBkmI6g3SaUvkoaR ho+A== Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Subject: Re: What do you want out of Apache Drill? From: Julian Hyde In-Reply-To: Date: Thu, 6 Dec 2012 11:44:17 -0800 Cc: drill-user@incubator.apache.org Content-Transfer-Encoding: quoted-printable Message-Id: References: To: drill-dev@incubator.apache.org X-Mailer: Apple Mail (2.1499) X-Virus-Checked: Checked by ClamAV on apache.org On Dec 6, 2012, at 10:36 AM, Jacques Nadeau = wrote: > So, What do you want Apache Drill to help you with? Dear Santa, Here's what I'd like: 1 A SQL interface (in addition to DrQL interface) 2 JDBC driver 3 Access to the stack at a lower level (i.e. a way to use the = high-performance scan operators without writing a query) 4 Ability to query in-memory Java data in a compact form (e.g. arrays of = primitives or nio buffers) 1+2 so that I can run Mondrian on Drill. 3 so that I can use Optiq to combine Drill data with data from other = systems. 4 so that I can change Mondrian's cache implementation from "java = objects" to "in-memory database", whose blocks are managed by a cache = such as jboss infinispan I know some of these are outside of Drill's scope. If so, feel free to = disregard. But if you don't ask, you don't get. :) Julian=