Re: Picture with Postgres and Delphi

From: Darko Prenosil <darko(dot)prenosil(at)finteh(dot)hr>
To: Michał Zaborowski <listy(dot)mailowe(at)wp(dot)pl>, pgsql-general(at)postgresql(dot)org
Subject: Re: Picture with Postgres and Delphi
Date: 2003-09-11 07:13:57
Message-ID: 200309110913.58061.darko.prenosil@finteh.hr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 !

In response to

Browse pgsql-general by date

  From Date Subject
Next Message H A Prahalad 2003-09-11 07:19:52 PostgreSQL for AMD64
Previous Message Jules Alberts 2003-09-11 06:59:55 Re: help with TCL function