From 87fad84bc20a820583d529928ce874de5913e501 Mon Sep 17 00:00:00 2001 From: BarbarossaWang <40034814+BarbarossaWang@users.noreply.github.com> Date: Sun, 2 Oct 2022 07:49:31 +0800 Subject: [PATCH] fix descriptions --- docs/数据库系统/CS186.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/数据库系统/CS186.en.md b/docs/数据库系统/CS186.en.md index af48b6b2..735b7fce 100644 --- a/docs/数据库系统/CS186.en.md +++ b/docs/数据库系统/CS186.en.md @@ -8,9 +8,9 @@ - Difficulty: 🌟🌟🌟🌟🌟 - Class Hour: 150 hours -How to write SQL queries? How are SQL commands disassembled, optimized, and transformed into on-disk query commands step by step? How to implement a high-concurrency database? How to implement database failure recovery? What is NoSQL? This course will take you to deeply understand the internal details of relational databases, and after mastering the theoretical knowledge, you can use Java to implement a relational database that supports SQL concurrent query, B+ tree index and failure recovery. +How to write SQL queries? How are SQL commands disassembled, optimized, and transformed into on-disk query commands step by step? How to implement a high-concurrency database? How to implement database failure recovery? What is NoSQL? This course elaborates on the internal details of relational databases. Besides the theoretical knowledge, you will use Java to implement a real relational database that supports SQL concurrent query, B+ tree index, and failure recovery. -From a practical point of view, this course will also exercise your ability to write SQL queries and NoSQL queries in programming assignments, which is very helpful for building some full-stack projects. +From a practical point of view, you will have the opportunity to write SQL queries and NoSQL queries in course projects, which is very helpful for building full-stack projects. ## Course Resources