From: | Bill Moran <wmoran(at)potentialtech(dot)com> |
---|---|
To: | mikekay(at)channelk(dot)ca |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: used for large media files |
Date: | 2009-06-17 12:25:32 |
Message-ID: | 20090617082532.bf36867b.wmoran@potentialtech.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
In response to "Mike Kay" <mikekay(at)channelk(dot)ca>:
> Greetings. I am in the process of deciding my infrastruture for a web
> based application dealing with audio, video and image files. In my
> discussions with web developers PostgreSql came up as a candidate for my
> database. This is my FIRST introduction to this database, although I've
> heard of it - I have no knowledge of using it.
>
> What I am attempting to build is a database driven web site that allows
> users to easily upload either audio, video or images of any type -
> categorize the files, then output the files via streaming. I would like
> the users to be able to voice annotate images and build presentations.
>
> Would PostgreSQL be a good database for this type of application? Database
> size could grow large very quickly.
Yes. PostgreSQL will handle this application swimmingly.
In addition to everything else you'd want in a database, PG has a large
object API that allows you to store very large data streams such that
you can easily access individual parts of the stream (i.e., you can
start accessing a video stream at any point in the stream without having
to read through everything before that)
http://www.postgresql.org/docs/8.3/static/largeobjects.html
--
Bill Moran
http://www.potentialtech.com
http://people.collaborativefusion.com/~wmoran/
From | Date | Subject | |
---|---|---|---|
Next Message | Aaron | 2009-06-17 12:27:16 | GiST or GIN, I feel like I am doing something wrong |
Previous Message | Mike Kay | 2009-06-17 12:12:57 | used for large media files |