Received: from localhost (unknown [200.46.204.184]) by postgresql.org (Postfix) with ESMTP id DAAD72E31BF for ; Wed, 12 Dec 2007 14:26:04 -0400 (AST) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.184]) (amavisd-maia, port 10024) with ESMTP id 20932-01-6 for ; Wed, 12 Dec 2007 14:25:50 -0400 (AST) Received: from nabagan.bluegap.ch (nabagan.bluegap.ch [88.198.58.248]) by postgresql.org (Postfix) with ESMTP id 4A47F2E36A6 for ; Wed, 12 Dec 2007 14:25:40 -0400 (AST) Received: from [192.168.0.238] (berlin.programmfabrik.de [::ffff:213.221.101.147]) (AUTH: CRAM-MD5 markus@bluegap.ch) by nabagan.bluegap.ch with esmtp; Wed, 12 Dec 2007 19:25:38 +0100 id 00208898.476027A2.00003565 Message-ID: <47602735.10901@bluegap.ch> Date: Wed, 12 Dec 2007 19:23:49 +0100 From: Markus Schiltknecht User-Agent: Icedove 1.5.0.14pre (X11/20071018) MIME-Version: 1.0 To: josh@agliodbs.com CC: pgsql-hackers@postgresql.org, Hannu Krosing , Simon Riggs Subject: Re: VLDB Features References: <1197371508.4255.1327.camel@ebony.site> <200712111053.11178.josh@agliodbs.com> <1197407281.7138.4.camel@hannu-laptop> <200712111531.25838.josh@agliodbs.com> In-Reply-To: <200712111531.25838.josh@agliodbs.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200712/472 X-Sequence-Number: 111761 Hi, Josh Berkus wrote: > Here's the other VLDB features we're missing: > > Parallel Query Uh.. this only makes sense in a distributed database, no? I've thought about parallel querying on top of Postgres-R. Does it make sense implementing some form of parallel querying apart from the distribution or replication engine? > Windowing Functions Isn't Gavin Sherry working on this? Haven't read anything from him lately... > Parallel Index Build (not sure how this works exactly, but it speeds Oracle > up considerably) Sounds interesting *turs-away-to-google* > On-disk Bitmap Index (anyone game to finish GP patch?) Anybody having an idea of what's missing there (besides good use cases, which some people doubt)? Again: Gavin? > Simon, we should start a VLDB-Postgres developer wiki page. Thanks, Simon, wiki page looks good! Regards Markus