KEY CONCEPTS A database is essentially “an organized collection of data.” Of course, this idea of being “organized” holds an entire world within, which is a primary reason why databases […]
MVCC – Managing Old Versions in LeanXcale vs PostgreSQL
In the world of databases, most people have encountered some “hidden” processes executed in the background resulting in the spoiling of performance. Each database technology has its usual suspects. With […]
How to Configure a Local LeanXcale Environment with Docker and Docker Compose
In this post, I show how to set up a local LeanXcale environment using Docker and Docker Compose for development purposes. This is very useful in development environments when we […]