This commit is contained in:
Philippe Pittoli 2025-02-02 07:59:40 +01:00
parent 838c0e4494
commit 03ae174112

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