Hi, all
As I understood PostgreSQL allows to store large objects 2GB size maximum.
Are there any plans to increase or removing that limitation?
If no, are there any abilities to store 10-20GB raster data (aero foto image) in postgreSQL?
Thanks
Sergey Karin
"Sergey Karin" <nil5-ksa@yandex.ru> writes:
> As I understood PostgreSQL allows to store large objects 2GB size maximum.
> Are there any plans to increase or removing that limitation?
I don't think anyone's really thought about it. To do it without
breaking backward compatibility, we'd have to invent a parallel 64-bit
LO API and propagate that clear out to the clients ... seems like a
pain in the neck for relatively small gain.
> If no, are there any abilities to store 10-20GB raster data (aero foto
> image) in postgreSQL?
You could break it into chunks, but it might be better to keep it in the
regular filesystem and just store a pathname in the database.
regards, tom lane
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера