Re: binary protocol was Performance problem with timestamps in result sets

Поиск
Список
Период
Сортировка
От Marc Herbert
Тема Re: binary protocol was Performance problem with timestamps in result sets
Дата
Msg-id khjbqwe5mg7.fsf@meije.emic.fr
обсуждение исходный текст
Ответ на Re: binary protocol was Performance problem with timestamps in result sets  ("mikael-aronsson" <mikael-aronsson@telia.com>)
Список pgsql-jdbc
Marc Herbert <Marc.Herbert@continuent.com> writes:

> To represent binary IEEE754's floats (4 bytes) without loss the
> maximum required number of base10 digits is 9. For IEEE754's doubles
> (8 bytes) it's 17. I don't know what is the "average" required number
> of digits.

Sorry, forgot to precise: that's just for the fraction. You need to
add representations for sign and exponent.




В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Marc Herbert
Дата:
Сообщение: Re: binary protocol was Performance problem with timestamps in result sets
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: java.sql.SQLException: No suitable driver