Re: What is the maximum encoding-conversion growth rate, anyway? - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject Re: What is the maximum encoding-conversion growth rate, anyway?
Date
Msg-id 20070718.184817.32729713.t-ishii@sraoss.co.jp
Whole thread Raw
In response to Re: What is the maximum encoding-conversion growth rate, anyway?  ("Jeroen T. Vermeulen" <jtv@xs4all.nl>)
List pgsql-hackers
Sorry for dealy.

> On Tue, May 29, 2007 20:51, Tatsuo Ishii wrote:
> 
> > Thinking more, it striked me that users can define arbitarily growing
> > rate by using CFREATE CONVERSION. So it seems we need functionality to
> > define the growing rate anyway.
> 
> Would it make sense to define just the longest and shortest character
> lengths for an encoding?  Then for any conversion you'd have a safe
> estimate of
> 
>   ceil(target_encoding.max_char_len / source_encoding.min_char_len)
> 
> ...without going through every possible conversion.

This will not work since certain CONVERSION allows n char to m char
conversion.
--
Tatsuo Ishii
SRA OSS, Inc. Japan


pgsql-hackers by date:

Previous
From: "Simon Riggs"
Date:
Subject: Re: SetBufferCommitInfoNeedsSave and race conditions
Next
From: Tatsuo Ishii
Date:
Subject: Re: What is the maximum encoding-conversion growth rate, anyway?