Re: Blobs in Postgresql

From: "Pavel Stehule" <pavel(dot)stehule(at)gmail(dot)com>
To: "Ron Olson" <tachoknight(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Blobs in Postgresql
Date: 2007-08-15 04:32:49
Message-ID: 162867790708142132q45baaa16p197df6b436afe48a@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> So turning to Postgresql, can I get any recommendations, suggestions and
> tips on blob handling in the database? The image sizes will be pretty
> variable, from a few kilobytes to several hundred megabytes, so I need
> something that will handle the various file sizes, hopefully transparently.
>

PostgreSQL BLOB implementation is well. We used it without any
problems with images from 20K-30M.

Regards
Pavel Stehule

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2007-08-15 04:36:16 Re: language interface in postgresql
Previous Message Tom Lane 2007-08-15 04:28:43 Re: Custom functions for default values for columns on insert