dbTalk Databases Forums  

Best list of database management systems

comp.databases comp.databases


Discuss Best list of database management systems in the comp.databases forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
dawn
 
Posts: n/a

Default Best list of database management systems - 07-08-2007 , 09:11 PM






Does anyone have a favorite site providing a comprehensive (or close)
list of database management systems, spanning both "relational" and
non-relational DBMS offerings, that can be licensed today? Historical
ones are fine too, preferably identified as such. All URL's of such
listings are welcome. Thanks. --dawn


Reply With Quote
  #2  
Old   
punit arya
 
Posts: n/a

Default Re: Best list of database management systems - 07-10-2007 , 09:11 AM






On Jul 9, 7:11 am, dawn <dawnwolth... (AT) gmail (DOT) com> wrote:
Quote:
Does anyone have a favorite site providing a comprehensive (or close)
list of database management systems, spanning both "relational" and
non-relational DBMS offerings, that can be licensed today? Historical
ones are fine too, preferably identified as such. All URL's of such
listings are welcome. Thanks. --dawn
well... i was never bothered with comprehensiveness but in order of
priority i list the following RDBMSes:-
mysql - because its free, easy to use & available for linux. excellent
documentation. RDBMS (check). www.mysql.com
firebird - another free, easy to use & available for windows. RDBMS.
adequate documentation. www.firebird.com
postgresql - a free, powerful RDBMS. available for windows. adequate
documentation. www.posgresql.com

besides other RDBMS that you can google for are:-
sybase
db2 express (from ibm, available for free download from ibm.com)
microsoft's sql server (check whether u can get it from microsoft. i
dont think so).
oracle personal edition (from oracle.com, available for free download)

also you can search this newsgroup as this question has been asked
several times in the past.



Reply With Quote
  #3  
Old   
Thomas Kellerer
 
Posts: n/a

Default Re: Best list of database management systems - 07-10-2007 , 10:36 AM



On 10.07.2007 16:11 punit arya wrote:
Quote:
mysql - because its free, easy to use & available for linux. excellent
documentation. RDBMS (check). www.mysql.com
firebird - another free, easy to use & available for windows. RDBMS.
adequate documentation. www.firebird.com
postgresql - a free, powerful RDBMS. available for windows. adequate
documentation. www.posgresql.com
In my opinion: PostgreSQL's documentation is excellent, MySQL's
documentation is average (although since they split the manuals for each
version it has become a lot better)

Firbird's documentation is poor because there is no full set available.
Information is partly contained in old Interbase manuals which cannot be
downloaded from the Firebird site and partly contained in the release
notes for each release.
There is no complete set available for a specific release.

My personal favorite is Postgres

Thomas



Reply With Quote
  #4  
Old   
David Segall
 
Posts: n/a

Default Re: Best list of database management systems - 07-10-2007 , 11:01 AM



punit arya <arya.punit (AT) gmail (DOT) com> wrote:

Quote:
On Jul 9, 7:11 am, dawn <dawnwolth... (AT) gmail (DOT) com> wrote:
Does anyone have a favorite site providing a comprehensive (or close)
list of database management systems, spanning both "relational" and
non-relational DBMS offerings, that can be licensed today? Historical
ones are fine too, preferably identified as such. All URL's of such
listings are welcome. Thanks. --dawn

well... i was never bothered with comprehensiveness but in order of
priority i list the following RDBMSes:-
mysql - because its free, easy to use & available for linux. excellent
documentation. RDBMS (check). www.mysql.com
If you are not writing open source software there is considerable
doubt that MySQL is free
<http://www.mysql.com/company/legal/licensing/opensource-license.html>.
Unlike other open source databases MySQL AB says that _using_ their
open source libraries to access the database makes your application a
"derived work" and therefore must be open source licensed.
Quote:
firebird - another free, easy to use & available for windows. RDBMS.
adequate documentation. www.firebird.com
postgresql - a free, powerful RDBMS. available for windows. adequate
documentation. www.posgresql.com

besides other RDBMS that you can google for are:-
sybase
db2 express (from ibm, available for free download from ibm.com)
microsoft's sql server (check whether u can get it from microsoft. i
dont think so).
SQL Server Express Edition is free, freely distributable and available
from <http://www.microsoft.com/sql/editions/express/default.mspx>.
Quote:
oracle personal edition (from oracle.com, available for free download)

also you can search this newsgroup as this question has been asked
several times in the past.

Reply With Quote
  #5  
Old   
dawn
 
Posts: n/a

Default Re: Best list of database management systems - 07-10-2007 , 11:08 AM



On Jul 10, 9:11 am, punit arya <arya.pu... (AT) gmail (DOT) com> wrote:
Quote:
On Jul 9, 7:11 am, dawn <dawnwolth... (AT) gmail (DOT) com> wrote:

Does anyone have a favorite site providing a comprehensive (or close)
list of database management systems, spanning both "relational" and
non-relational DBMS offerings, that can be licensed today? Historical
ones are fine too, preferably identified as such. All URL's of such
listings are welcome. Thanks. --dawn

well... i was never bothered with comprehensiveness but in order of
priority i list the following RDBMSes:-
mysql - because its free, easy to use & available for linux. excellent
documentation. RDBMS (check).www.mysql.com
firebird - another free, easy to use & available for windows. RDBMS.
adequate documentation.www.firebird.com
postgresql - a free, powerful RDBMS. available for windows. adequate
documentation.www.posgresql.com

besides other RDBMS that you can google for are:-
sybase
db2 express (from ibm, available for free download from ibm.com)
microsoft's sql server (check whether u can get it from microsoft. i
dont think so).
oracle personal edition (from oracle.com, available for free download)

also you can search this newsgroup as this question has been asked
several times in the past.
I did search first and did not come up with any good URL's. When I
googled, I came up with a good list of "relational databases" that I
will need to find again. I can list a bunch off the top of my head,
but I am looking for a list that would include at least the vast
majority of those that industry analysts such as the Gartner Group
might evaluate in one category or another, and then some. For
example, I would like something a bit more comprehensive, even if not
perfectly complete, than this list off the top of my head:

SQL Server
UniData
UniVerse
Revelation
jBASE
Cache'
My SQL
SQLite
DB2
Sybase
Postgresql
Oracle
Berkeley-DB
OpenQM
EnterpriseDB
D3
Progress
Derby
MarkLogic
TigerLogic
XML-DBMS
Virtuoso
Adabas
Access
UniVision
FileMaker
Informix
IDMS
IMS
FoxPro
Paradox

I'm slowing down, so I'll quit here. I'm thinking about the
categorization of databases and it would be helpful to start with a
list that is better researched than mine for starters Thanks. --
dawn



Reply With Quote
  #6  
Old   
David Segall
 
Posts: n/a

Default Re: Best list of database management systems - 07-10-2007 , 12:43 PM



dawn <dawnwolthuis (AT) gmail (DOT) com> wrote:

Quote:
I did search first and did not come up with any good URL's. When I
googled, I came up with a good list of "relational databases" that I
will need to find again. I can list a bunch off the top of my head,
but I am looking for a list that would include at least the vast
majority of those that industry analysts such as the Gartner Group
might evaluate in one category or another, and then some. For
example, I would like something a bit more comprehensive, even if not
perfectly complete, than this list off the top of my head:

SQL Server
UniData
UniVerse
Revelation
jBASE
Cache'
My SQL
SQLite
DB2
Sybase
Postgresql
Oracle
Berkeley-DB
OpenQM
EnterpriseDB
D3
Progress
Derby
MarkLogic
TigerLogic
XML-DBMS
Virtuoso
Adabas
Access
UniVision
FileMaker
Informix
IDMS
IMS
FoxPro
Paradox

I'm slowing down, so I'll quit here. I'm thinking about the
categorization of databases and it would be helpful to start with a
list that is better researched than mine for starters Thanks. --
dawn
I don't think you can expect a sensible, up-to-date list of such a
disparate group of names. They range from RAD programming languages
that can be front ends to almost any relational database such as
Access to programs that cannot not be classed as relational databases
such as Berkley-DB. Some, like Oracle and Sybase, are simply company
names that market a range of products.

I try to maintain two small lists of well defined subsets of
relational databases at <http://database.profectus.com.au>. I doubt
that I have really satisfied this modest goal and, despite help from
contributors to this news group, a couple of databases were omitted
that should have been included and at least one was included that did
not belong. Your list would require a full time staff to maintain and
a new taxonomy for defining databases and database "IDEs".


Reply With Quote
  #7  
Old   
dawn
 
Posts: n/a

Default Re: Best list of database management systems - 07-10-2007 , 01:19 PM



On Jul 10, 12:43 pm, David Segall <d... (AT) address (DOT) invalid> wrote:
Quote:
dawn <dawnwolth... (AT) gmail (DOT) com> wrote:

I did search first and did not come up with any good URL's. When I
googled, I came up with a good list of "relational databases" that I
will need to find again. I can list a bunch off the top of my head,
but I am looking for a list that would include at least the vast
majority of those that industry analysts such as the Gartner Group
might evaluate in one category or another, and then some. For
example, I would like something a bit more comprehensive, even if not
perfectly complete, than this list off the top of my head:

SQL Server
UniData
UniVerse
Revelation
jBASE
Cache'
My SQL
SQLite
DB2
Sybase
Postgresql
Oracle
Berkeley-DB
OpenQM
EnterpriseDB
D3
Progress
Derby
MarkLogic
TigerLogic
XML-DBMS
Virtuoso
Adabas
Access
UniVision
FileMaker
Informix
IDMS
IMS
FoxPro
Paradox

I'm slowing down, so I'll quit here. I'm thinking about the
categorization of databases and it would be helpful to start with a
list that is better researched than mine for starters Thanks. --
dawn

I don't think you can expect a sensible, up-to-date list of such a
disparate group of names.
I'm not looking for perfection on it. I just figured that someone
would have such a list out on the web that would be more comprehensive
than most others.

Quote:
They range from RAD programming languages
that can be front ends to almost any relational database such as
Access to programs that cannot not be classed as relational databases
such as Berkley-DB. Some, like Oracle and Sybase, are simply company
names that market a range of products.
The common thread in these products is that one can use the "database
management system" that is included in the product to both persist and
retrieve data.

I am definitely NOT concerned to only get those DBMS's that claim to
be relational. I would like a full range of the options available to
those who are writing new software.

Quote:
I try to maintain two small lists of well defined subsets of
relational databases at <http://database.profectus.com.au>.
Thanks, I see I missed a couple of those in my list, so that is
helpful.

Quote:
I doubt
that I have really satisfied this modest goal and, despite help from
contributors to this news group, a couple of databases were omitted
that should have been included and at least one was included that did
not belong. Your list would require a full time staff to maintain and
a new taxonomy for defining databases and database "IDEs".
I agree that keeping such maintained would be a big deal, and I am not
planning to do such, but figured that someone out there might be.
There is a good list associated with the XML site from Ron Bourret,
but it is strictly related to databases as they relate to XML.

Thanks. --dawn



Reply With Quote
  #8  
Old   
Ed Prochak
 
Posts: n/a

Default Re: Best list of database management systems - 07-10-2007 , 02:55 PM



On Jul 10, 12:08 pm, dawn <dawnwolth... (AT) gmail (DOT) com> wrote:
Quote:
On Jul 10, 9:11 am, punit arya <arya.pu... (AT) gmail (DOT) com> wrote:





On Jul 9, 7:11 am, dawn <dawnwolth... (AT) gmail (DOT) com> wrote:

Does anyone have a favorite site providing a comprehensive (or close)
list of database management systems, spanning both "relational" and
non-relational DBMS offerings, that can be licensed today? Historical
ones are fine too, preferably identified as such. All URL's of such
listings are welcome. Thanks. --dawn

well... i was never bothered with comprehensiveness but in order of
priority i list the following RDBMSes:-
mysql - because its free, easy to use & available for linux. excellent
documentation. RDBMS (check).www.mysql.com
firebird - another free, easy to use & available for windows. RDBMS.
adequate documentation.www.firebird.com
postgresql - a free, powerful RDBMS. available for windows. adequate
documentation.www.posgresql.com

besides other RDBMS that you can google for are:-
sybase
db2 express (from ibm, available for free download from ibm.com)
microsoft's sql server (check whether u can get it from microsoft. i
dont think so).
oracle personal edition (from oracle.com, available for free download)

also you can search this newsgroup as this question has been asked
several times in the past.

I did search first and did not come up with any good URL's. When I
googled, I came up with a good list of "relational databases" that I
will need to find again. I can list a bunch off the top of my head,
but I am looking for a list that would include at least the vast
majority of those that industry analysts such as the Gartner Group
might evaluate in one category or another, and then some. For
example, I would like something a bit more comprehensive, even if not
perfectly complete, than this list off the top of my head:

SQL Server
UniData
UniVerse
Revelation
jBASE
Cache'
My SQL
SQLite
DB2
Sybase
Postgresql
Oracle
Berkeley-DB
OpenQM
EnterpriseDB
D3
Progress
Derby
MarkLogic
TigerLogic
XML-DBMS
Virtuoso
Adabas
Access
UniVision
FileMaker
Informix
IDMS
IMS
FoxPro
Paradox

I'm slowing down, so I'll quit here. I'm thinking about the
categorization of databases and it would be helpful to start with a
list that is better researched than mine for starters Thanks. --
dawn
all those UNI*s but not UNIFY Data Server.


Ed.



Reply With Quote
  #9  
Old   
Ed Prochak
 
Posts: n/a

Default Re: Best list of database management systems - 07-10-2007 , 03:02 PM



On Jul 10, 2:19 pm, dawn <dawnwolth... (AT) gmail (DOT) com> wrote:
Quote:
On Jul 10, 12:43 pm, David Segall <d... (AT) address (DOT) invalid> wrote:





dawn <dawnwolth... (AT) gmail (DOT) com> wrote:

I did search first and did not come up with any good URL's. When I
googled, I came up with a good list of "relational databases" that I
will need to find again. I can list a bunch off the top of my head,
but I am looking for a list that would include at least the vast
majority of those that industry analysts such as the Gartner Group
might evaluate in one category or another, and then some. For
example, I would like something a bit more comprehensive, even if not
perfectly complete, than this list off the top of my head:

SQL Server
UniData
UniVerse
Revelation
jBASE
Cache'
My SQL
SQLite
DB2
Sybase
Postgresql
Oracle
Berkeley-DB
OpenQM
EnterpriseDB
D3
Progress
Derby
MarkLogic
TigerLogic
XML-DBMS
Virtuoso
Adabas
Access
UniVision
FileMaker
Informix
IDMS
IMS
FoxPro
Paradox

I'm slowing down, so I'll quit here. I'm thinking about the
categorization of databases and it would be helpful to start with a
list that is better researched than mine for starters Thanks. --
dawn

I don't think you can expect a sensible, up-to-date list of such a
disparate group of names.

I'm not looking for perfection on it. I just figured that someone
would have such a list out on the web that would be more comprehensive
than most others.

They range from RAD programming languages
that can be front ends to almost any relational database such as
Access to programs that cannot not be classed as relational databases
such as Berkley-DB. Some, like Oracle and Sybase, are simply company
names that market a range of products.

The common thread in these products is that one can use the "database
management system" that is included in the product to both persist and
retrieve data.

I am definitely NOT concerned to only get those DBMS's that claim to
be relational. I would like a full range of the options available to
those who are writing new software.

I try to maintain two small lists of well defined subsets of
relational databases at <http://database.profectus.com.au>.

Thanks, I see I missed a couple of those in my list, so that is
helpful.

I doubt
that I have really satisfied this modest goal and, despite help from
contributors to this news group, a couple of databases were omitted
that should have been included and at least one was included that did
not belong. Your list would require a full time staff to maintain and
a new taxonomy for defining databases and database "IDEs".

I agree that keeping such maintained would be a big deal, and I am not
planning to do such, but figured that someone out there might be.
There is a good list associated with the XML site from Ron Bourret,
but it is strictly related to databases as they relate to XML.

Thanks. --dawn
There is a reason most Database lists stay with only Relational (or
nearly so) DBMS products. The pre-Relational models (flat file,
hierarchical, network) each have severe flaws and the so-called post-
Relational seem to so far simply to repeat the errors of the past.

As you note in your final paragraph, you may have to settle for a list
of sites that cater to each type.

Good luck.
Ed



Reply With Quote
  #10  
Old   
dawn
 
Posts: n/a

Default Re: Best list of database management systems - 07-10-2007 , 03:09 PM



On Jul 10, 2:55 pm, Ed Prochak <edproc... (AT) gmail (DOT) com> wrote:
Quote:
On Jul 10, 12:08 pm, dawn <dawnwolth... (AT) gmail (DOT) com> wrote:





On Jul 10, 9:11 am, punit arya <arya.pu... (AT) gmail (DOT) com> wrote:

On Jul 9, 7:11 am, dawn <dawnwolth... (AT) gmail (DOT) com> wrote:

Does anyone have a favorite site providing a comprehensive (or close)
list of database management systems, spanning both "relational" and
non-relational DBMS offerings, that can be licensed today? Historical
ones are fine too, preferably identified as such. All URL's of such
listings are welcome. Thanks. --dawn

well... i was never bothered with comprehensiveness but in order of
priority i list the following RDBMSes:-
mysql - because its free, easy to use & available for linux. excellent
documentation. RDBMS (check).www.mysql.com
firebird - another free, easy to use & available for windows. RDBMS.
adequate documentation.www.firebird.com
postgresql - a free, powerful RDBMS. available for windows. adequate
documentation.www.posgresql.com

besides other RDBMS that you can google for are:-
sybase
db2 express (from ibm, available for free download from ibm.com)
microsoft's sql server (check whether u can get it from microsoft. i
dont think so).
oracle personal edition (from oracle.com, available for free download)

also you can search this newsgroup as this question has been asked
several times in the past.

I did search first and did not come up with any good URL's. When I
googled, I came up with a good list of "relational databases" that I
will need to find again. I can list a bunch off the top of my head,
but I am looking for a list that would include at least the vast
majority of those that industry analysts such as the Gartner Group
might evaluate in one category or another, and then some. For
example, I would like something a bit more comprehensive, even if not
perfectly complete, than this list off the top of my head:

SQL Server
UniData
UniVerse
Revelation
jBASE
Cache'
My SQL
SQLite
DB2
Sybase
Postgresql
Oracle
Berkeley-DB
OpenQM
EnterpriseDB
D3
Progress
Derby
MarkLogic
TigerLogic
XML-DBMS
Virtuoso
Adabas
Access
UniVision
FileMaker
Informix
IDMS
IMS
FoxPro
Paradox

I'm slowing down, so I'll quit here. I'm thinking about the
categorization of databases and it would be helpful to start with a
list that is better researched than mine for starters Thanks. --
dawn

all those UNI*s but not UNIFY Data Server.
That's why I can't just rely on the "top of my head" list. Thanks. --
dawn

Quote:
Ed.- Hide quoted text -

- Show quoted text -



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.