How to split very long tables?

From: Stuart Rison <stuart(at)ludwig(dot)ucl(dot)ac(dot)uk>
To: pgsql-sql(at)postgresql(dot)org
Subject: How to split very long tables?
Date: 1998-07-06 12:53:36
Message-ID: l03110708b1c676a184fa@[128.40.242.190]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Dear All,

I am using postgreSQL to matain a database of breast cancer patient data.
I have create a hugely long (i.e. many columns) table and it is becoming
unmanageable (I can't get the whole of it on screen, some queries appear to
exceed the maximum string length etc.)

How do you 'split' a long table without adding excessive redundency? Is it
OK to just cut the table up and use the same primary key?

I would be grateful for any comments/suggestions.

Cheers,

Stuart.

PS. could you please cc me a copy of your posting(s).

+-------------------------+--------------------------------------+
| Stuart Rison | Ludwig Institute for Cancer Research |
| Tel. (0171) 878 4041 | Courtauld Building |
| Fax. (0171) 878 4040 | 91 Riding House Street |
+-------------------------+ London, W1P 8BT |
| stuart(at)ludwig(dot)ucl(dot)ac(dot)uk | UNITED KINGDOM. |
+-------------------------+--------------------------------------+

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Brett W. McCoy 1998-07-06 13:25:33 Re: [SQL] Primary keys: can they be alphanumerical?
Previous Message Stuart Rison 1998-07-06 12:41:56 Primary keys: can they be alphanumerical?