Databases: Difference between revisions

    (fix introductory paragraph links to be internal, Wikipedia ones are there. fix headings once again, this time pluralizing)
    (starting on == Useful resources for database related matters == + w:semantic query performance evaluation tool)
    Line 2: Line 2:


    ''' Types of databases of interest being evaluated'''
    ''' Types of databases of interest being evaluated'''
    * [[#Relational databases|Relational database]] provided by a [[w:RDBMS|RDBMS]] and queried with [[w:SQL|SQL]]. Track-proven technology.
    * [[#Relational databases|Relational databases]] provided by a [[w:Relational Database Management System|RDBMS]] and queried with [[w:SQL|SQL]]. Track-proven technolog applied, since the early 70's.
    * [[#NoSQL databases|NoSQL]]-type databases, ( "Not Only SQL" or have your pick on the other supposed significations ) variates include among others:
    * [[#NoSQL databases|NoSQL]]-type databases, ( "Not Only SQL" or have your pick on the other supposed significations ) variates include among others:
    ** [[#Subject-predicate-object databases|Subject-predicate-object databases]] are implemented 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.
    ** [[#Subject-predicate-object databases|Subject-predicate-object databases]] are implemented 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.
    Line 82: Line 82:
    ''' Lists of object databases '''
    ''' Lists of object databases '''
    * [[w:Object_database#Timeline|Wikipedia's list of object databases by publication date.]]
    * [[w:Object_database#Timeline|Wikipedia's list of object databases by publication date.]]
    ----
    == Useful resources for database related matters ==
    * [http://swat.cse.lehigh.edu/projects/lubm/ Lehigh University Benchmark] may be useful in evaluating [[w:semantic query|semantic query]] performance