Re: What is the maximum encoding-conversion growth rate, anyway?

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема Re: What is the maximum encoding-conversion growth rate, anyway?
Дата
Msg-id 20070718.184817.32729713.t-ishii@sraoss.co.jp
обсуждение исходный текст
Ответ на Re: What is the maximum encoding-conversion growth rate, anyway?  ("Jeroen T. Vermeulen" <jtv@xs4all.nl>)
Список 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 по дате отправления:

Предыдущее
От: "Simon Riggs"
Дата:
Сообщение: Re: SetBufferCommitInfoNeedsSave and race conditions
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: Re: What is the maximum encoding-conversion growth rate, anyway?