Re: Performance on inserts

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Franck Martin <Franck(at)sopac(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Performance on inserts
Date: 2000-10-15 23:24:36
Message-ID: 200010152324.TAA18122@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

[ Charset ISO-8859-1 unsupported, converting... ]
> Could you add to the TODO:
>
> support of binary data (eg varbinary type)
>
> I think the above is not trivial, as I think the parser choques on \00 bytes
> at several levels...

bytea type works for inserting null: 'a\\000b'.

>
> I had a check on the TODO and it seems that TOAST is not planned anymore for
> 7.1. Is it true?

It is in 7.1.

--
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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-10-15 23:33:36 Re: Performance on inserts
Previous Message Hiroshi Inoue 2000-10-15 23:21:11 RE: AW: ALTER TABLE DROP COLUMN