Re: SQL for multimedia retrieval

Поиск
Список
Период
Сортировка
От Rahila Syed
Тема Re: SQL for multimedia retrieval
Дата
Msg-id 1375065123471-5765396.post@n5.nabble.com
обсуждение исходный текст
Ответ на SQL for multimedia retrieval  (Olivier Austina <olivier.austina@gmail.com>)
Список pgsql-general
Hello,

Yes. Multimedia data can be stored in PostgreSQL database using either bytea
and BLOB types. Depending on size either can be used. BLOB is meant for
storing large data.

Various interfaces are provided to access such data.
Following link can be referred for that.
http://www.postgresql.org/docs/9.1/static/lo-interfaces.htm
<http://www.postgresql.org/docs/9.1/static/lo-interfaces.htm>  l

Or another way to do it is to store the multimedia files in filesystem and
use database to store metadata about them to make them easily accessible.



--
View this message in context:
http://postgresql.1045698.n5.nabble.com/SQL-for-multimedia-retrieval-tp5765353p5765396.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


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

Предыдущее
От: Amit Langote
Дата:
Сообщение: Re: async streaming and recovery_target_timeline=latest
Следующее
От: James Sewell
Дата:
Сообщение: Re: Snapshot backups