From: | Don Baccus <dhogaza(at)pacifier(dot)com> |
---|---|
To: | Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Jan Wieck <JanWieck(at)yahoo(dot)com>, Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp>, Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, "Ross J(dot) Reedstrom" <reedstrm(at)rice(dot)edu> |
Subject: | Re: Big 7.1 open items |
Date: | 2000-06-16 18:14:35 |
Message-ID: | 3.0.1.32.20000616111435.01a17a10@mail.pacifier.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches |
At 04:27 PM 6/16/00 +0000, Thomas Lockhart wrote:
>Sorry for being behind here, but to make sure I'm on the right page:
>o tablespaces decouple storage from logical tables
>o a database lives in a default tablespace, unless specified
>o by default, a table will live in the default tablespace
>o (eventually) a table can be split across tablespaces
Or tablespaces across filesystems/mountpoints whatever.
>Some thoughts:
>o the ability to split single tables across disks was essential for
>scalability when disks were small. But with RAID, NAS, etc etc isn't
>that a smaller issue now?
Yes for size issues, I should think, especially if you have the
money for a large RAID subsystem. But for throughput performance,
control over which spindles particularly busy tables and indices
go on would still seem to be pretty relevant, when they're being
updated a lot. In order to minimize seek times.
I really can't say how important this is in reality. Oracle-world
folks still talk about this kind of optimization being important,
but I'm not personally running any kind of database-backed website
that's busy enough or contains enough storage to worry about it.
>o "tablespaces" would implement our less-developed "with location"
>feature, right? Splitting databases, whole indices and whole tables
>across storage is the biggest win for this work since more users will
>use the feature.
>o location information needs to travel with individual tables anyway.
- Don Baccus, Portland OR <dhogaza(at)pacifier(dot)com>
Nature photos, on-line guides, Pacific Northwest
Rare Bird Alert Service and other goodies at
http://donb.photo.net.
From | Date | Subject | |
---|---|---|---|
Next Message | G. Anthony Reina | 2000-06-16 18:17:04 | Why does cluster need the indexname? |
Previous Message | Tom Lane | 2000-06-16 17:51:37 | OK, OK, Hiroshi's right: use a seperately-generated filename |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2000-06-16 19:00:10 | Re: Big 7.1 open items |
Previous Message | Don Baccus | 2000-06-16 17:50:23 | Re: Big 7.1 open items |