Storage: Tree IndexingExplores storage layers, disk management, flash disks, and B+ tree indexing for efficient data retrieval.
Disk Storage & IndexingExplores disk storage anatomy, access times, buffer management, and tree-structured indexing techniques like B+ Trees.
Indexing in Database SystemsExplores indexing in database systems, covering storage, files, and efficient data retrieval techniques using various types of indexes.
Implementing CombinersCovers the implementation of combiners in parallel programming in Scala, including efficient combine methods and set data structures.
Hashing and SortingCovers hashing, sorting, extendible hashing, linear hashing, and external sorting.
Hashing & SortingExplores hashing techniques like static, extendible, and linear hashing, along with sorting methods such as external merge sort and B+ trees.