Re: handle audiofiles in postgres

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: handle audiofiles in postgres
Дата
Msg-id 4A9F4E09.7050005@hogranch.com
обсуждение исходный текст
Ответ на handle audiofiles in postgres  (edisan <urs.edisan@gmail.com>)
Список pgsql-general
edisan wrote:
> Can anyone used or tell me how to handle audio files in postgres
>
> Audio files may be in  wav / vox / dss format and each have average 30
> min running time.

probably too large to want to store in the database, as a 30 minute PCM
.WAV file in CD quality could easily be 300 megabytes, even in a MP3
format it might be 30MB if high-fidelity, and maybe 6MB if lower voice
quality, thats -still- larger than I'd want to store as database rows,
anyways, there's nothing really relational about the audio data.

I'd suggest storing them as standard disk files, and putting the
location (path, filename) in the database.    if you need to access them
from multiple systems, store them on an http or similar server....




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

Предыдущее
От: edisan
Дата:
Сообщение: handle audiofiles in postgres
Следующее
От: "Harvey, Allan AC"
Дата:
Сообщение: Re: handle audiofiles in postgres