From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | adam(dot)rossi(at)platinumsolutions(dot)com, Jan Wieck <janwieck(at)Yahoo(dot)com>, Martin Christensen <knightsofspamalot-factotum(at)mail1(dot)stofanet(dot)dk>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: [Solved] SQL Server to PostgreSQL |
Date: | 2000-10-15 03:28:12 |
Message-ID: | 200010150328.XAA22369@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers |
[ Charset ISO-8859-1 unsupported, converting... ]
> Ian Turner <vectro(at)pipeline(dot)com> writes:
> > Don't variable-length records incur a performance overhead?
>
> Only to the extent that the system can't cache offset information for
> later columns in that table. While someone evidently once thought that
> was worthwhile, I've never seen the column-access code show up as a
> particularly hot spot in any profile I've run. I doubt you could
> actually measure any difference, let alone show it to be important
> enough to be worth worrying about.
It clearly is a hot-spot. That monster macro, fastgetattr(), in
heapam.h is in there for a reason. It accounts for about 5% for straight
sequential scan case, last I heard from someone who ran a test.
--
Bruce Momjian | http://candle.pha.pa.us
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
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2000-10-15 03:32:22 | Re: [Solved] SQL Server to PostgreSQL |
Previous Message | Martin Gainty | 2000-10-14 22:21:04 | Re: can I define own variables? |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2000-10-15 03:32:22 | Re: [Solved] SQL Server to PostgreSQL |
Previous Message | Vadim Mikheev | 2000-10-14 20:22:50 | Re: backup and restore |