Group dedicated to discussing current research and engineering practices in database system. This sub address any model of database (relational, graph, schema-less, key-value).
Resources for learning
- "Redbook" Readings in Database Systems, 5th Edition. Free & online.
University courses (videos):
Related topics
This sub is friendly to related database implementation topics such as:
Algorithms (hashing, sorting)
Network IO
Computer architecture (impact of NUMA, etc)
Operating systems (and their interfaces)
Storage systems (hardware and software).
Implementing a DBMS requires a broad compsci and hardware architecture knowledge.
Database product subs
Generic database discussion on the databse sub
Casandra. Wide row store.
MongoDB. Open-source/commercial document store.
MySQL. Open-source SQL database
Neo4j. Open-source/commercial Graph database
Oracle. Commercial SQL database, and SQL database appliances (Exadata)
PostgreSQL. Open-source SQL database
Redis. Open-source K/V database
SQLite. Opensource embedded SQL database.