This commit is contained in:
Philippe Pittoli 2025-02-02 07:59:40 +01:00
parent 3f320f71bb
commit d66f5ba14c

View file

@ -1172,10 +1172,12 @@ Other approaches have been used to store data over the years, including but not
This section briefly presents some of them and their difference from DODB.
.STARTBULLET
.KS
.BULLET
.B "Traditional DBMS" .
This category includes all SQL database management systems with a dedicated application handling databases and the operations upon them.
Most known DBMSs are MSSQL, Postgres, Oracle and MariaDB.
.KE
These applications are inherently complex for different reasons.
.STARTBULLET