Re: Video storage in Postgres?

From: Hans-Juergen Schoenig <postgres(at)cybertec(dot)at>
To: Bob Zurek <bob(dot)zurek(at)enterprisedb(dot)com>
Cc: pgsql-advocacy(at)postgresql(dot)org
Subject: Re: Video storage in Postgres?
Date: 2007-08-18 09:35:51
Message-ID: 592CAED2-73E6-4A8A-BC7A-920F9B57DF8E@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-advocacy


hi bob ....

there are some companies storing videos in the DB out there but it is
not too common.
it is usually done over the normal BLOB interface. it is quite easy
to implement.

many thanks,

hans

On Aug 17, 2007, at 3:03 AM, Bob Zurek wrote:

> Anyone aware of companies using techniques in Postgres to store
> videos? My understanding from talking to a bunch of online video
> companies is that they typically store the links in the DBMS that
> points to the video file to a file system.
> Thoughts? Most say they would love to store the video in the DBMS
> itself.
>
> Z.
>

--
Cybertec Geschwinde & Schönig GmbH
Gröhrmühlgasse 26, 2700 Wiener Neustadt
Tel: +43/1/205 10 35 / 340
www.postgresql.at, www.cybertec.at

In response to

Browse pgsql-advocacy by date

  From Date Subject
Next Message Thulasinathan P 2007-08-19 15:25:52 Re: FOSS.IN Project Day?
Previous Message Joshua D. Drake 2007-08-18 01:05:27 Re: Video storage in Postgres?