Re: Picture with Postgres and Delphi

Поиск
Список
Период
Сортировка
От Randolf Richardson, DevNet SysOp 29
Тема Re: Picture with Postgres and Delphi
Дата
Msg-id Xns9437E95D0EFE2rr8xca@200.46.204.72
обсуждение исходный текст
Ответ на Picture with Postgres and Delphi  ("Edwin Quijada" <listas_quijada@hotmail.com>)
Ответы Re: Picture with Postgres and Delphi  (Shridhar Daithankar <shridhar_daithankar@myrealbox.com>)
Список pgsql-general
>> 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...
[sNip]

        Has anyone done any benchmarks on this to know what the performance
differences are for downloads (I'm not concerned about uploads since they're
far less frequent) from a web server such as Apache HTTPd accessing the file
system directly vs. a CGI script/program sending it dynamically through
Apache HTTPd?

--
Randolf Richardson - rr@8x.ca
Inter-Corporate Computer & Network Services, Inc.
Vancouver, British Columbia, Canada
http://www.8x.ca/

This message originated from within a secure, reliable,
high-performance network ... a Novell NetWare network.


В списке pgsql-general по дате отправления:

Предыдущее
От: "Randolf Richardson, DevNet SysOp 29"
Дата:
Сообщение: Re: CASE tools
Следующее
От: Lynn.Tilby@asu.edu
Дата:
Сообщение: Re: Better Unilization of Memory