Amrutha Damruthadronamraju.hashnode.dev·Dec 11, 2023Understanding Databases: Overview, Types, and ComponentsWhat Is a Database? Overview, Types, and Key Components A database is a structured collection of data, organized for efficient storage, management, and retrieval. Various types of databases exist, each with distinct attributes and purposes. Different...DiscussDevOps BlogsDatabases
Ahmad Ateyablog.ahmadateya.com·Jun 30, 2023B+Tree in DBMSIntroduction In this article, we will explore B+ Trees, a fundamental data structure extensively utilized in DBMS, especially for table indexes. Building upon our previous discussion of Hash Tables, we will delve into the design considerations, imple...Discuss·50 readsCMU's Intro to DBMSDBMS
Ahmad Ateyablog.ahmadateya.com·Jun 4, 2023Columnar Databases & CompressionIntroduction In the previous article, we delved into the world of database storage, specifically focusing on disk-oriented DBMS and how tuples are stored within pages using different approaches such as the Tuple Oriented Approach, Slotted Pages Appro...Discuss·17 likes·106 readsCMU's Intro to DBMSDatabases