During my stint as a Linux admin and as an SRE, I came to the realization that Databases seems to be a good field to dive deep in since no matter where I work and in what ever technical environment, the DB beast will always influence things of the design and working of it (correct me if I am wrong here).
Initially I studied MySQL, then Hadoop a bit, then Kafka (not exactly a database system). Have worked on Redis, Cassandra and Yugabyte also. Studying these I also realized that each differs a lot at times, each meant for a different purpose, and share very little internals with each other.
If I want to continue studying and building my knowledge in databases, what should be the right path for me. Right now I am reading the Codd paper, plan to finish the Database Internals book, followed by DDIA. What else should I study? Can you all please recommend me some must read papers for databases (SQL/NoSQL both), books, and database technologies to follow (via mailing lists etc)? Would reading the complete official documentation of other databases be enough too or should I deep dive into all of them?
I really want to be an expert in Database, and have no limit on the time frame. Am just 36 now and have lot of years of my life to devote to this study and become knowledgeable. Looking for your expertise, knowledge and valuable experience to guide me.
Once you finish the major papers, CMU has a ton of talks from more recent database research projects: https://db.cs.cmu.edu/seminar2020/
You could also try building a simple database from scratch, like this: https://www.awelm.com/posts/simple-db/
Also if you are specifically interested in SQL, make sure to learn relational algebra/calculus.
Author Joe Celko has published a number of books on various database topics ( puzzles, advanced sql examples, "standards", nosql, thinking in sets, etc)
Based on info provided:
The field of data science would be an area covering 'database systems concepts' / use cases:
Use cases for different types of database conceptual/physical/logical models. [1]
Use cases for underlying data structure -- aka flat, key pair, wide column, document store, graph, etc.
Learn programming language / framework (stand alone/specific database 4g/ pandas / "web") to write database application(s).
-------------