How Does A Relational Database Work —
It sounds basic, but this article elegantly dives into the performance of various data structures behind databases, shows how relational databases perform under the hood, and even goes into query parsers, optimizers, and locking strategies.
Coding Geek tutorial
ORMs Under The Hood —
A look at what ORMs (Object Relational Mappers) are, what they offer, their relationship to SQL, and a summary of the arguments for and against using them.
Patrycja Dybka
Azure DocumentDB: JavaScript as Modern Day T-SQL —
Andrew Liu reflects on the DocumentDB team’s vision for JavaScript developers to work natively using JS and JSON without entity mappers, schemas, and similar ‘duct tapes’.
Microsoft Azure Blog
Cloud-Scale Database Monitoring Made Easy with Datadog — Use Datadog's turn-key integrations to seamlessly aggregate metrics and events across your databases and entire devops stack. Gain powerful insight into all your apps, tools and services. Start your Free Datadog Trial today!
Datadog sponsored
CurioDB: A Distributed, Persistent Redis Clone —
CurioDB is a distributed and persistent Redis clone, built with Scala and Akka. It’s currently considered a ‘toy project’ by its creator, however.
The 8 Best Ways To Lose Your DBA —
To stop churning through DBAs, don’t make your DBA’s a single point of failure and avoid bureaucracy, amongst other things.
VividCortex opinion
SqlSmash V2: Faster and Better —
SqlSmash is a plugin for SQL Server Management Studio that helps you write maintainable SQL scripts and work faster.