Databases

Revision as of 13:59, 26 August 2016 by Jukeboksi (talk | contribs) (expanding on === Triplestore === + w:object database)

This article is about choice of database models and implementations.

Known types of databases

RDBMS

  • On default MediaWikis run on w:MySQL or the better and more ethical binary compatible drop-in replacement w:MariaDB. A recent fork by the original MySQL founders from MySQL. The Netherlands server serving the Consumium free social media run on MariaDB 10.

Triplestore

A triple store maybe a native implementation from ground up or be standing on the shoulders of a standard RDBMS system where actual SQL is formulated by the interpreter and then queried from SQL. This probably has upsides and downsides.

Graph database