Received: from localhost (unknown [200.46.204.191]) by postgresql.org (Postfix) with ESMTP id 5D6522E3444 for ; Tue, 11 Dec 2007 17:15:56 -0400 (AST) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.191]) (amavisd-maia, port 10024) with ESMTP id 28982-01-6 for ; Tue, 11 Dec 2007 17:15:49 -0400 (AST) Received: from mail.skype.net (mail.skype.net [193.88.6.4]) by postgresql.org (Postfix) with ESMTP id 9C2762E3A64 for ; Tue, 11 Dec 2007 17:08:27 -0400 (AST) Received: from mail.skype.net (localhost [127.0.0.1]) by mail.skype.net (Postfix) with ESMTP id 9B901110103; Tue, 11 Dec 2007 22:08:24 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=skype.net; h=subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:content-transfer-encoding; q=dns/txt; s=mail; bh=ZKkwpnuYTJhyMTUlH1MWHIpxXsM=; b=Hm9sWB2P0EP6zl1WAoZEHtHipcbAX84n5F83u2ZGglXuAGaslybhJHk9ZCB+p3buTcac31HJBDGqF40eOayd07ruBG9K0zdSN0OZqO8f1nQINDYAkaWoSLbh0vCd4DWj/VPbn92q1emZstDO/BYvVMqSi8601GL83pNeWG5YJDc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=skype.net; h=subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:content-transfer-encoding; q=dns; s=mail; b=Hv2KUOO+SNwhb0ymLDQGDby9RZReOIT6gefdXURg2NZQS31gOZxQwyPoI4uZ4xy3b/Vb9Yk609fGocC/jbi+kgEGWFP0u/lVUT1IiCeJhM1SEfKztB3C9GU6AOH/8zdm+xN38bYUZ9GwKVYJhe3lE8nLfDJSOsOFgJhUSYc3szA= Received: from localhost (localhost [127.0.0.1]) by mail.skype.net (Postfix) with ESMTP id 8C3D51100DC; Tue, 11 Dec 2007 22:08:24 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at skype.net Received: from mail.skype.net ([127.0.0.1]) by localhost (mail.skype.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZDsQrDiX-hfu; Tue, 11 Dec 2007 22:08:19 +0100 (CET) Received: from [192.168.2.102] (unknown [81.25.252.5]) by mail.skype.net (Postfix) with ESMTP id D02D41100B6; Tue, 11 Dec 2007 22:08:18 +0100 (CET) Subject: Re: VLDB Features From: Hannu Krosing To: Josh Berkus Cc: pgsql-hackers@postgresql.org, Simon Riggs In-Reply-To: <200712111053.11178.josh@agliodbs.com> References: <1197371508.4255.1327.camel@ebony.site> <200712111053.11178.josh@agliodbs.com> Content-Type: text/plain; charset=utf-8 Date: Tue, 11 Dec 2007 23:08:01 +0200 Message-Id: <1197407281.7138.4.camel@hannu-laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200712/428 X-Sequence-Number: 111717 =C3=9Chel kenal p=C3=A4eval, T, 2007-12-11 kell 10:53, kirjutas Josh Berk= us: > Simon. >=20 > > VLDB Features I'm expecting to work on are > > - Read Only Tables/WORM tables > > - Advanced Partitioning > > - Compression > > plus related performance features >=20 > Just so you don't lose sight of it, one of the biggest VLDB features we= 're=20 > missing is fault-tolerant bulk load.=20 What do you mean by fault-tolerant here ? Just=20 COPY ... WITH ERRORS TO ... or something more advanced, like bulkload which can be continued after crash ? -------------- Hannu