Re: [HACKERS] [hackers]development suggestion needed

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Don Baccus <dhogaza(at)pacifier(dot)com>
Cc: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>, tgl(at)sss(dot)pgh(dot)pa(dot)us, xun(at)cs(dot)ucsb(dot)edu, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] [hackers]development suggestion needed
Date: 2000-01-14 03:18:14
Message-ID: 200001140318.WAA28247@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Oracle tables and indices within a single tablespace all live in
> one file (if you're using filesystem rather than raw I/O), so
> they also provide features which allow you to specify how big
> a chunk to allocate per extent (Oracle pre-allocates to avoid
> running out of disk space while you're running except in ways
> that you control, and in hopes of getting contiguous chunks of
> disk storage because they hope you're using previously empty
> disks used only for Oracle).

And with data and index in the same file, you can't split them across
spindles.

--
Bruce Momjian | http://www.op.net/~candle
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Mike Mascari 2000-01-14 03:43:41 Re: [HACKERS] [hackers]development suggestion needed
Previous Message Don Baccus 2000-01-14 02:56:39 Re: [HACKERS] [hackers]development suggestion needed