I'm creating a database from scratch. I'm not intended to make it public, it's just my small project for my own purpose. ;-) I have already implemented B+-tree indexes, searching, inserting, deletion and many other basic features... But now, I want to know how to implement advanced topics as Transactions or Replication.
Is there any good (BEST!) book about creating a database? I don't have lots of time to read 'em all, so, I decide to ask. ;-)
In many forums, I've found only books about database concepts, but no one gives implementation algorithms. I don't need books about SQL or how databases work. (I know it already).
Thanks for patience ;-)