Hello,
I am writing my own database engine with a friend and I had a few questions about databases to make this go smoother. I know that the base of the MySQL database is a BTree. But is there one BTree per database table, or does each BTree only hold perhaps one type of value (ie. one column values) and then linked somehow.
Thanks
I am writing my own database engine with a friend and I had a few questions about databases to make this go smoother. I know that the base of the MySQL database is a BTree. But is there one BTree per database table, or does each BTree only hold perhaps one type of value (ie. one column values) and then linked somehow.
Thanks