Re: Picture with Postgres and Delphi

From: Michał Zaborowski <listy(dot)mailowe(at)wp(dot)pl>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Picture with Postgres and Delphi
Date: 2003-09-10 19:36:18
Message-ID: 3F5F7D32.5020305@wp.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Darko Prenosil wrote:
>
> There is no need for manually storing files on filesystem, because large
> objects are doing that for You. I am storing whole binary files in
> blobs(synonym for large objects from some other platforms), and I do not
> remember that I had a single problem with that. Do not forget that libpq has
> great support for large objects, and you can store large object without
> actually storing them on server filesystem, so You do not need any file
> permissions on "upload directory" or something like that.
>
The pictures are prepared for web. Storing in files is faster from
that side. That system is calling db every 30 mins...

> If You are using Delphi, there is great project called "Zeos objects", and
> if I remember correctly it has support for large objects.
>
Zeos are useing a lot of memory...

Regards,
Michał Zaborowski (TeXXaS)

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michał Zaborowski 2003-09-10 19:46:28 Re: Picture with Postgres and Delphi
Previous Message Jeff Eckermann 2003-09-10 19:24:01 Re: Picture with Postgres and Delphi