Re: Use a blob or not?

Поиск
Список
Период
Сортировка
От Joshua D. Drake
Тема Re: Use a blob or not?
Дата
Msg-id 1260207554.6287.15.camel@jd-desktop.unknown.charter.com
обсуждение исходный текст
Ответ на Use a blob or not?  (Daniel <danwgrace@gmail.com>)
Список pgsql-general
On Mon, 2009-12-07 at 09:07 -0800, Daniel wrote:
> I want ot store chunks of data (only about five Kb each) on a database
> and have users download (across a network) these chunks to their local
> disk drive. Is a blob a good way to store these chunks?

Well we don't have "blob". We have bytea and lo (which is bytea with a
different delivery and storage mechanism).

5k chunks is pretty small, bytea is probably fine.

Joshua D. Drake


>
> Thanks.
>


--
PostgreSQL.org Major Contributor
Command Prompt, Inc: http://www.commandprompt.com/ - 503.667.4564
Consulting, Training, Support, Custom Development, Engineering
If the world pushes look it in the eye and GRR. Then push back harder. - Salamander

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

Предыдущее
От: Daniel
Дата:
Сообщение: Use a blob or not?
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: Use a blob or not?