Writing More Legible SQL —
Writing SQL is one thing, but when it comes to reading other’s SQL, things can get tricky. These few tips will help to make your SQL much more understandable by others.
Craig Kerstiens
Real-time Postgres monitoring — Visualize Postgres system resources, connections, locks, transactions, and indexes, and instantly correlate with metrics from anywhere in your stack.
How Developers Use Databases Today: A JetBrains Report —
Insights based on responses from 2000 developers. One factoid: Postgres is the database most would like to migrate to, while MySQL is the one they most want to leave behind.
JetBrains news
Elasticsearch Replaces Solr As The Most Popular Search Engine —
While they’re commonly used for their search functionality only, Solr and Elasticsearch are also document database engines of sorts. Elasticsearch has now pulled ahead of Solr in DB Engines’ rankings.
Hadoop's 10th Birthday —
A look back at how Hadoop has gone from an unknown to the king of distributed data set processing systems.
Cloudera
Creating a Data Model For Carpooling —
It’s always good to see how a database designer approaches modelling a situation. In this case, it’s a ride-sharing app.