← Extra Resources

EXTRA · DATABASES · CURATED

Databases Resources.

databases sql nosql postgres resources mindstack
Relational, NoSQL, database design and optimization — books, the foundational distributed-DB papers, engine source, and tuning guides. Links open in a new tab.

Books

ResourceWhatLink
High Performance MySQL — Schwartz et al.Optimization + replication.book
Designing Data-Intensive Applications — KleppmannData systems bible.book
PostgreSQL: Up and Running — Obe & HsuPractical Postgres.book
MongoDB: The Definitive GuideDocument DB guide.book
SQL Performance Explained — WinandIndexing, made clear.site

Research Papers

ResourceWhatLink
Google SpannerGlobally-distributed DB.site
Amazon DynamoNoSQL key-value design.pdf
CAP TheoremConsistency/availability/partition.site
Architecture of a Database SystemHellerstein et al, classic.pdf

GitHub Repositories

ResourceWhatLink
Awesome DatabasesCurated collection.repo
db-readingsAcademic DB papers.repo
PostgreSQLSource code.repo
RedisIn-memory store source.repo

Videos & Courses

ResourceWhatLink
CMU 15-445 — Database SystemsThe classic course.video
SQL for Beginners (freeCodeCamp)SQL intro.video
MongoDB UniversityOfficial training.course
PostgreSQL TutorialPostgres learning.site

Articles & Blogs

ResourceWhatLink
Percona BlogMySQL optimization.site
PostgreSQL Performance TipsOfficial tuning docs.site
Use The Index, Luke!SQL indexing guide.site
MongoDB Production NotesOperational guidance.site
ResourceWhatLink
Database Design FundamentalsDesign methodology.site
SQL Style GuideCoding conventions.site
Database ShardingHorizontal partitioning.site
ACID PropertiesTransaction characteristics.site
where to start Read DDIA + High Performance MySQL, take CMU 15-445, and keep Use-The-Index-Luke handy for query tuning.
← prev: AI & ML Graduate Studies next: Troubleshooting & Debugging →
© cvam — written in plaintext, served warm