| От | Pierre C |
|---|---|
| Тема | Re: Help with bulk read performance |
| Дата | |
| Msg-id | op.vntbn2ujeorkce@apollo13 обсуждение исходный текст |
| Ответ на | Re: Help with bulk read performance (Dan Schaffer <Daniel.S.Schaffer@noaa.gov>) |
| Ответы |
Re: Help with bulk read performance
|
| Список | pgsql-performance |
> If the data are stored as a byte array but retrieve into a ResultSet, > the unpacking time goes up by an order of magnitude and the > observed total throughput is 25 MB/s. If the data are stored in a > Postgres float array and unpacked into a byte stream, the > observed throughput is 20 MB/s. float <-> text conversions are very slow, this is in fact due to the mismatch between base-2 (IEEE754) and base-10 (text) floating point representation, which needs very very complex calculations.
В списке pgsql-performance по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера