Re: SQL for multimedia retrieval - Mailing list pgsql-general

From John R Pierce
Subject Re: SQL for multimedia retrieval
Date
Msg-id 51F3FE20.2040905@hogranch.com
Whole thread Raw
In response to SQL for multimedia retrieval  (Olivier Austina <olivier.austina@gmail.com>)
Responses Re: SQL for multimedia retrieval
List pgsql-general
On 7/27/2013 6:24 AM, Olivier Austina wrote:
>
>
> Can SQL be used to retrieve data from multimedia content such as
> audio, video, image, full text?

it can if the data is stored in the sql database.   however for large
files like video, I personally would prefer to store it in a file
system, and use SQL simply to reference it by filename.



--
john r pierce                                      37N 122W
somewhere on the middle of the left coast



pgsql-general by date:

Previous
From: "Janek Sendrowski"
Date:
Subject: Re: Fastest Index/Algorithm to find similar sentences
Next
From: Olivier Austina
Date:
Subject: Re: SQL for multimedia retrieval