Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> comp.databases.theory -> Re: What is an "Extensible Database"

Re: What is an "Extensible Database"

From: Christopher Browne <cbbrowne_at_acm.org>
Date: 9 Dec 2004 04:45:00 GMT
Message-ID: <31q3icF3eignrU1@individual.net>


Clinging to sanity, "LineVoltageHalogen" <tropicalfruitdrops_at_yahoo.com> mumbled into her beard:
> There is not much out there with regards to this illusive animal. I
> was hoping that someone here might have some descriptive information
> on what an Extensible Database is or theoretically does?

I would expect it to be about having "hooks" to allow extending the database system to store custom sorts of data types, along with operators to work on them.

For instance, if you do a great deal of work with email addresses, it might be useful to have a data type that supports such things as:

This mechanism has been used for such things as:

Informix was the first "popular" database to support this, with what they called "data blades." That came from Illustra and Postgres, with the unsurprising result that PostgreSQL supports something very similar in the ability to define custom data types and operators.

Oracle does something sorta similar, with the difference that they have built a number of these extensions and try to sell things like GIS and Full Text Search as "extended products."

Recent versions of Microsoft SQL server now support something like this; you can implement extended types in C# or other .NET-supported languages.

-- 
select 'cbbrowne' || '@' || 'gmail.com';
http://www3.sympatico.ca/cbbrowne/linuxxian.html
"The only completely consistent people are the dead."
-- Aldous Huxley
Received on Wed Dec 08 2004 - 22:45:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US