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

From Jeroen T. Vermeulen
Subject Re: What is the maximum encoding-conversion growth rate, anyway?
Date
Msg-id 23061.125.24.217.69.1180450945.squirrel@webmail.xs4all.nl
Whole thread Raw
In response to Re: What is the maximum encoding-conversion growth rate, anyway?  (Tatsuo Ishii <ishii@postgresql.org>)
Responses Re: What is the maximum encoding-conversion growth rate, anyway?
List pgsql-hackers
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.


Jeroen




pgsql-hackers by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: What is the maximum encoding-conversion growth rate, anyway?
Next
From: Gregory Stark
Date:
Subject: Re: TOAST usage setting