Re: SQL for multimedia retrieval

From: Olivier Austina <olivier(dot)austina(at)gmail(dot)com>
To: John R Pierce <pierce(at)hogranch(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: SQL for multimedia retrieval
Date: 2013-07-27 17:28:04
Message-ID: CABiPNhaV78YYRqTQyWJEuYxYzLbcEtc=S4v9L8OG7pXpyr4EeQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi John

It doesn't matter where the file is stored. I want to know if I can do some
processing like find similar photos or how many a given word appear in the
multimedia content ( e.g. an audio or video) using a query language such as
SQL.

Regards
Olivier

2013/7/27 John R Pierce <pierce(at)hogranch(dot)com>

> 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
>
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/**mailpref/pgsql-general<http://www.postgresql.org/mailpref/pgsql-general>
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2013-07-27 17:56:40 Re: SQL for multimedia retrieval
Previous Message John R Pierce 2013-07-27 17:06:40 Re: SQL for multimedia retrieval