Re: Large Binary Objects Middleware

Поиск
Список
Период
Сортировка
От Qingqing Zhou
Тема Re: Large Binary Objects Middleware
Дата
Msg-id e0onh1$2pms$1@news.hub.org
обсуждение исходный текст
Ответ на Large Binary Objects Middleware  ("Rodrigo Madera" <rodrigo.madera@gmail.com>)
Список pgsql-performance
""Rodrigo Madera"" <rodrigo.madera@gmail.com> wrote
>
> The database is holding large ammounts of digital video, and I am
> wanting to put these directly into the database. What performance
> guidelines would you all give seeing my position today?
>

IMHO, if you don't need transaction semantics, don't put these big things
into database. Instead, add a field in your table and put the link to the
big things in it.

Regards,
Qingqing



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

Предыдущее
От: "Qingqing Zhou"
Дата:
Сообщение: Re: statistics buffer is full
Следующее
От: "Qingqing Zhou"
Дата:
Сообщение: Re: Logging SQL queries to optimize them ?