Click here to Skip to main content
15,868,141 members
Articles / Programming Languages / C++20

AVL Databases Have Finally Arrived

7 Feb 2023CPOL2 min read 10.7K   11   15
I++ contains AVL databases
B+ Trees have ruled the roost as far as databases are concerned ever since databases have been developed. These are designed to optimize access to rotational media (HDD). However, the world has quietly shifted onto SSD (non-rotational media). What implications does this have for software? What data structure should be now used for databases? The answer is AVL Trees.
We're sorry, but the article you are trying to view was deleted at 9 Mar 2023.

Please go to the C++20 Table of Contents to view the list of available articles in this section.