Re: Video storage in Postgres?

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-advocacy(at)postgresql(dot)org
Cc: "Bob Zurek" <bob(dot)zurek(at)enterprisedb(dot)com>
Subject: Re: Video storage in Postgres?
Date: 2007-08-17 18:14:47
Message-ID: 200708171114.48712.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-advocacy

Bob,

> 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.

APC has a server room security/environment solution which stores up to 1TB
of annotated video frames in each PostgreSQL database. I know there's
another as well, but I can't remember it right now.

For most applications, it makes more sense to store video in the filesystem
and not in the DB. Also for *retrieval* of video, we have an issue; libpq
really needs a way to retrive large data 1MB at a time and not wait for
the whole field/row.

--
--Josh

Josh Berkus
PostgreSQL @ Sun
San Francisco

In response to

Responses

Browse pgsql-advocacy by date

  From Date Subject
Next Message Gregory Stark 2007-08-17 19:06:39 Re: Video storage in Postgres?
Previous Message Alvaro Herrera 2007-08-17 17:56:02 Re: [GENERAL] PostgreSQL, PGDAY, PGParty and OSCON 2007 Rocked!