Re: Performance on inserts - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Performance on inserts
Date
Msg-id 200010152324.TAA18122@candle.pha.pa.us
Whole thread Raw
In response to Performance on inserts  (Jules Bean <jules@jellybean.co.uk>)
List 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@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Performance on inserts
Next
From: Franck Martin
Date:
Subject: RE: Performance on inserts