Databases
From AdminWiki
(Difference between revisions)
(→Oracle) |
|||
Line 10: | Line 10: | ||
== Oracle == | == Oracle == | ||
+ | |||
+ | The commercial behemoth. | ||
= LDAP = | = LDAP = |
Revision as of 23:51, 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
The commercial behemoth.
LDAP
LDAP systems are like Databases too - often they build on a generic database and provide a more specialised view.
- OpenLDAP/slapd: the open source LDAP daemon
Footnotes
- ↑ 1.1 1.2 Atomicity, Consistency, Isolation, Durability. See The ACID model