Re: Picture with Postgres and Delphi - Mailing list pgsql-general

From Darko Prenosil
Subject Re: Picture with Postgres and Delphi
Date
Msg-id 200309110913.58061.darko.prenosil@finteh.hr
Whole thread Raw
In response to Re: Picture with Postgres and Delphi  (Michał Zaborowski <listy.mailowe@wp.pl>)
List pgsql-general
On Wednesday 10 September 2003 21:36, Michał Zaborowski wrote:
> 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)
>
I do not remember that this was the problem whan I used it. I was also diging
through that code, because I was writing something similar to dataset for QT.
What actually "Zeos are useing a lot of memory..." means ? A lot of alocated
space for result ?

Regards !

pgsql-general by date:

Previous
From: "Jules Alberts"
Date:
Subject: Re: help with TCL function
Next
From: H A Prahalad
Date:
Subject: PostgreSQL for AMD64