#databases
Read more stories on Hashnode
Articles with this tag
How I stopped Worrying and Love Postgres · Data is not static. It is dynamic in ways that were not dreamed of by Ted Codd when he wrote about relational...
Using JSON in traditional databases is possible! Check out on how to do it properly in MySQL and Postgres · In early 2010s, one of the most popular...
Redis is just not a cache, but a storage ecosystem! · When someone says what is Redis, we also presume it to be a cache. But when you dig deep into their...
Change Data Capture - How to track Data in Motion by using microservice patterns such as Outbox, Saga, Strangler Fit Pattern · Data is the new oil. It...
OLAP vs OLTP and the evolution of OLAP · We all are aware on the traditional relational databases such as MySQL, Oracle, Postgres etc. These are what we...
Understanding the ABCs of Databases; ACID, BASE and CAP · When we talk about creating APIs with a database for storage; we always think database to be a...