Databases

From AdminWiki

(Difference between revisions)
Jump to: navigation, search
(MySQL)
(SQL)
Line 3: Line 3:
== MySQL ==
== MySQL ==
-
SQL server. Claims to be ACID-compliant; tries hard to. Same story as with [[Web Development|PHP]]: Large availability, everybody uses it, hardly the best choice.
+
SQL server. Claims to be ACID<ref name="acid">Atomicity, Consistency, Isolation, Durability. See [http://databases.about.com/od/specificproducts/a/acid.htm The ACID model]</ref>-compliant; tries hard to. Same story as with [[Web Development|PHP]]: Large availability, everybody uses it, hardly the best choice.
== PostgresSQL ==
== PostgresSQL ==
 +
 +
Full-featured SQL Server. Is ACID<ref name="acid">a</ref>-compliant.
 +
 +
== Oracle ==
= LDAP =
= LDAP =

Revision as of 23:49, 24 May 2006

Contents

SQL

MySQL

SQL server. Claims to be ACID[1]-compliant; tries hard to. Same story as with PHP: Large availability, everybody uses it, hardly the best choice.

PostgresSQL

Full-featured SQL Server. Is ACID[1]-compliant.

Oracle

LDAP

LDAP systems are like Databases too - often they build on a generic database and provide a more specialised view.

Personal tools