Databases: Difference between revisions

    (move introductory stuff to the introductory paragraph + expand the preferences of what we want to select for databases)
    (tweak intro paragraph)
    Line 5: Line 5:
    '''Known types of databases'''
    '''Known types of databases'''
    * [[w:Relational database|Relational database]] provided by a [[w:RDBMS|RDBMS]]
    * [[w:Relational database|Relational database]] provided by a [[w:RDBMS|RDBMS]]
    * Subject-predicate-object database are provided by [[w:Triplestore|Triplestore]]s , native or on top of RDBMS
    * Subject-predicate-object database are provided by [[w:graph databases|graph databases]], specialized native [[w:Triplestore|triplestore]]s and piggy-packing solutions that use an RDBMS to store and query the triplets and the networks they compose.
    * [[w:Graph databases|Graph databases]] would intuitively appear more advanced than using RDF-triplet composed semantic networks.
    * [[w:Graph databases|Graph databases]] would intuitively appear more advanced than using RDF-triplet composed semantic networks.
    * [[w:Object database|Object database]]s were a supposed fad in the late 80's and early 90's as [[w:relational algebra]] based systems are quite old.
    * [[w:Object database|Object database]]s were a supposed fad in the late 80's and early 90's as [[w:relational algebra]] based systems are quite old.