|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/database-engines-crash-course/
课程评论:没有评论
课程名称:数据库工程基础 课程概述:数据库工程是软件工程中一个非常有趣的领域。如果你对学习数据库工程感兴趣,那么你来对地方了。本课程旨在讨论数据库工程的基本概念,特别关注于那些可以应用于数据库工程的技能和模式。虽然此课程不会教授 SQL 或编程语言,但会深入讲解一些重要主题,例如索引、分区、分片、复制、b-树深入索引、并发控制、数据库引擎和安全等。学习数据库工程的基础将使你具备解决复杂问题的能力。 课程内容强调,数据库工程的学习与数学相似:你不需要记忆特定的公式,而是需要理解基本的原理,以便推导出解决方案。在课程中,你将了解到不同数据库平台的优势与劣势,从而帮助你做出最优决策。课程还会介绍与操作系统沟通的最低数据库接口,即数据库引擎。数据库引擎是一种软件库,数据库管理软件使用它来在磁盘上存储数据,并进行 CRUD(创建、更新、删除)操作。此外,课程将对一些流行的数据库引擎进行讨论,解释它们之间的差异,并演示如何启动数据库及更改其引擎,展示各引擎的不同特性。希望你能享受这个课程!
Database Engineering is a very interesting sector in software engineering. If you are interested in learning about database engineering you have come to the right place. I have curated this course carefully to discuss the Fundamental concepts of database engineering.This course will not teach you SQL or programming languages, however, it will teach you skillsets and patterns that you can apply in database engineering. A few of the things that you will learn are Indexing, Partitioning, Sharding, Replication, b-trees in-depth indexing, Concurrency control, database engines and security, and much more. I believe that learning the fundamentals of database engineering will equip you with the necessary means to tackle difficult and challenging problems yourself. I always compare engineering to math, you never memorize specific formulas and equations, you know the basic proves and derive and solve any equation one throws at you. Database engineering is similar, you can't possibly say MongoDB is better than MySQL or Postgres is better than Oracle. Instead, you learn your use case and by understanding how each database platform does its own trade-offs you will be able to make optimal decisions. One other thing you will learn in this course is the lowest database interface that talks to the OS which is the database engine. Database engines or storage engines or sometimes even called embedded databases is a software library that a database management software uses to store data on disk and do CRUD (create update delete) Embedded means move everything in one software no network client-server. In this video course, I want to go through the few popular database engines, explain the differences between them, and finally, I want to spin up a database and change its engine and show the different features of each engine. Enjoy the course.