Re: Performance Question - Table Row Size - Mailing list pgsql-general

From Mike
Subject Re: Performance Question - Table Row Size
Date
Msg-id 1184015586.211016.59590@22g2000hsm.googlegroups.com
Whole thread Raw
In response to Re: Performance Question - Table Row Size  ("Alexander Staubo" <alex@purefiction.net>)
Responses Re: Performance Question - Table Row Size  (Douglas McNaught <doug@mcnaught.org>)
List pgsql-general
I see. Thank you for the elaborate response. I have a clearer idea of
what is going on now. In designing my application I was thinking of
storing pieces of my data as serialized python data structures into a
binary field (no more than 15KB), while a friend was arguing I should
store the data in other tables and relate the tables together. He was
arguing storing binary data on a table, even though, it is not queried
slows down other queries and with this.

Thanks again,
Mike


pgsql-general by date:

Previous
From: "Gauthier, Dave"
Date:
Subject: returns setof rec... simple exampe doesn't work
Next
From: Dat Chu
Date:
Subject: How to pg_dumpall without root password