Re: SQL for multimedia retrieval

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: SQL for multimedia retrieval
Date: 2013-07-27 17:06:40
Message-ID: 51F3FE20.2040905@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Olivier Austina 2013-07-27 17:28:04 Re: SQL for multimedia retrieval
Previous Message Janek Sendrowski 2013-07-27 17:04:15 Re: Fastest Index/Algorithm to find similar sentences