From 03ae174112e4b6093fffe265a145405e0969d286 Mon Sep 17 00:00:00 2001 From: Philippe Pittoli Date: Sun, 2 Feb 2025 07:59:40 +0100 Subject: [PATCH] KS/KE --- paper/paper.ms | 2 ++ 1 file changed, 2 insertions(+) diff --git a/paper/paper.ms b/paper/paper.ms index 8af7d17..2902a26 100644 --- a/paper/paper.ms +++ b/paper/paper.ms @@ -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