mirror of
https://github.com/linkedin/school-of-sre
synced 2026-01-18 22:48:03 +00:00
Deployed 4239ecf with MkDocs version: 1.2.3
This commit is contained in:
@@ -2231,7 +2231,7 @@
|
||||
<h3 id="what-is-not-covered-under-this-course">What is not covered under this course</h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p>In depth implementation details</p>
|
||||
<p>In-depth implementation details</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Advanced topics like normalization, sharding</p>
|
||||
@@ -2241,7 +2241,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
<h3 id="introduction">Introduction</h3>
|
||||
<p>The main purpose of database systems is to manage data. This includes storage, adding new data, deleting unused data, updating existing data, retrieving data within a reasonable response time, other maintenance tasks to keep the system running etc.</p>
|
||||
<p>The main purpose of database systems is to manage data. This includes storage, adding new data, deleting unused data, updating existing data, retrieving data within a reasonable response time, other maintenance tasks to keep the system running, etc.</p>
|
||||
<h3 id="pre-reads">Pre-reads</h3>
|
||||
<p><a href="https://beginnersbook.com/2015/04/rdbms-concepts/">RDBMS Concepts</a></p>
|
||||
<h3 id="course-contents">Course Contents</h3>
|
||||
|
||||
Reference in New Issue
Block a user