| От | 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 по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера