InBetter ProgrammingbyOliver MolanderDuckDB — What’s the Hype About?This was a blog post that I already planned to write during the spring when I saw that the hype around DuckDB started taking new heights…Dec 29, 202214Dec 29, 202214
Adam JonesUnderstanding MySQL Multiversion Concurrency ControlMySQL, under the InnoDB storage engine, allows writes and reads of the same row to not interfere with each other. This is one of those…Sep 16, 20181Sep 16, 20181
Milan JovanovićScaling the Outbox Pattern (2B+ messages per day)In last week’s newsletter, I talked about implementing the Outbox pattern. It’s a crucial tool for reliable distributed messaging. But…Oct 12, 20245Oct 12, 20245
InMy MysqlbyYashOptimizing PostgreSQL Queries: From 300 Seconds to 2 Seconds for Billions of RecordsI was working on a huge volumes where I had this entire experience of optimizing the PostgreSQL, to make it support huge data. This article…Aug 26, 202416Aug 26, 202416
InData Engineer ThingsbyVu TrinhI spent another 8 hours understanding the design of Amazon Redshift. Here’s what I found.All insights from Redshift academic paper: Amazon Redshift re-invented in 2022Mar 16, 20244Mar 16, 20244
InMemgraphbyMemgraphIntroduction to Streaming DatabasesWhat is a streaming database?Dec 30, 2022Dec 30, 2022
Ignacio ChiazzoPaginating Requests in APIsWhen exposing large data sets through APIs, it needs to provide a mechanism to paginate the list of resources. There are multiple…Apr 19, 20208Apr 19, 20208
ServerlessChoosing a Database for Serverless ApplicationsOriginally posted at ServerlessApr 5, 20223Apr 5, 20223
InDigital Frontiers — Das BlogbyFrank SteimleThe Good, the Bad and the Ugly: How to choose an Event Store?CQRS/ES is a very popular architectural pattern. But what has to be considered when choosing an event store?Jun 25, 20217Jun 25, 20217
InDeepal’s BlogbyDeepal JayasekaraImplementing Event Sourcing and CQRS pattern with MongoDBEvent Sourcing and CQRS are quite simple concepts. But they are often made complex to understand because of overly complex implementations…Oct 12, 2019Oct 12, 2019
InBetter ProgrammingbyChunting WuThe Mystery of MongoDB IndexingUnderstand the ESR Rule and Index IntersectionApr 25, 20221Apr 25, 20221
InData HackersbyVinícius CoimbraComparando: Elasticsearch vs MongoDBSaiba as principais diferenças e semelhanças entre os dois, quando e como utilizá-los na arquitetura das suas aplicaçõesFeb 13, 201812Feb 13, 201812
InThe StartupbyChris Staudinger5 Database Scaling Solutions You Need to KnowHow to effectively scale your database and the processes involved in selecting appropriate database scaling patterns.Jul 8, 202015Jul 8, 202015
InBetter ProgrammingbyHarish VWhat Exactly Is Database Sharding?A 5-minute guide to understanding when and when not to shard databasesMar 22, 2021Mar 22, 2021
InBetter ProgrammingbyPeter Christian FraedrichDB 101: Databases for DevelopersA few overlooked aspects of working with databasesJun 4, 20214Jun 4, 20214