[DMDB] Fix typo in dmdb summary

This commit is contained in:
2026-08-13 13:37:17 +02:00
parent 90c543553f
commit b6c0086766
3 changed files with 8 additions and 3 deletions
@@ -8,7 +8,7 @@ This scheme is used by actual systems, but they also have many additional detail
A typical ideal application for a row store is Online Transaction Processing (OLTP).
This is visible for example with banking applications, shopping carts, etc, where the operations mostly are on a single tuple.
However, for xomplex queries, the row store can become cumbersome.
However, for complex queries, the row store can become cumbersome.
\paragraph{Column Store}