Penguin
Blame: PostRelationalDataBase
EditPageHistoryDiffInfoLikePages
Annotated edit history of PostRelationalDataBase version 2, including all changes. View license author blame.
Rev Author # Line
1 StuartYeates 1 A RelationalDataBase extended to make it useful in the real world.
2
3 [RelationalDataBase]s proved very powerful but somewhat hard to use for mortals, leading to their extension. Typical extensions include:
4 # Procedural extensions to [SQL]. These lead to the current plathora of SQL variants--everyone extended SQL differently.
5 # Extensions to the relation structure to allow for variable sized fields, particularly for string data. These have much less impact than the procedural extensions to [SQL] and are largely implemented by making fields pointers to the data rather than the data itself.
6
2 AristotlePagaltzis 7 Most real-world databases are [PostRelationalDataBase]s: [Oracle], [MySQL], [PostgreSQL], [Microsoft] [SQL] Server, Informix, Borland Interbase, [FireBird] and [IBM] [DB2].
1 StuartYeates 8
2 AristotlePagaltzis 9 __See also:__ http://howfuckedismydatabase.com/