public inbox for [email protected]  
help / color / mirror / Atom feed
From: Michael Fuhr <[email protected]>
To: Dariusz Dzingielewski <[email protected]>
Cc: [email protected]
Subject: Re: multimedia data storage issue
Date: Mon, 8 Nov 2004 22:51:40 -0700
Message-ID: <[email protected]> (raw)
In-Reply-To: <00ce01c4c28c$a73bf170$96d31399@DARO>
References: <00ce01c4c28c$a73bf170$96d31399@DARO>

On Thu, Nov 04, 2004 at 05:38:02PM +0100, Dariusz Dzingielewski wrote:

> I'm a student of Gdansk University of Technology. Now I'm getting
> prepare to write my M.A. thesis. The topic of my work is "An interface
> in multimedia databases in radiology". One of the main tasks which
> I would like to do is to investigate how different database vendors
> store different multimedia data types. It includes data types like
> signals ( 1 and 2 - dimensional ), images, video sequences or
> 3d-objects. I'm searching for any kind of product documentation of
> leading database vendors (Oracle, PostgreSQL, MySql, Sybase, and
> others...) which concern on multimedia data storage problem (exactly:
> what data types they use to store multimedia data, what kind of
> data model they use to describe that data, what is the way of access
> to the data )

PostgreSQL has built-in types to store binary data, some geometric
data, and arrays.  See the "Data Types" chapter in the PostgreSQL
documentation for the full story.

http://www.postgresql.org/docs/7.4/static/datatype.html

PostgreSQL allows users to create their own types, operators, and
aggregates, so if the built-in capabilities aren't adequate for a
particular application then users can extend the database as needed.

http://www.postgresql.org/docs/7.4/static/extend.html

You can see examples of extending PostgreSQL in the contrib directory
of the source code.

This may not be the specific information you seek, but it does
show that users can extend PostgreSQL to fit their needs.

-- 
Michael Fuhr
http://www.fuhr.org/~mfuhr/




view thread (2+ messages)

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected], [email protected]
  Subject: Re: multimedia data storage issue
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox