Exploring DBMS Storage Structures: Heap- vs Hash- vs Index-Organised Tables
Apr 28, 2024 · 9 min read · Introduction Database Management Systems (DBMS) use different storage structures to organise and access data. Three of the most popular storage structures are Heap-Organised Tables, Hash-Organised Tables, and Index-Organised Tables. In this post, we’...
Join discussion