MemCP Monthly Engineering Update (Feb 9 – Mar 8, 2026)
This month delivered major practical gains: lower memory usage, faster analytics, better reliability under load, and a much stronger admin experience.
Read More36% Faster Without Changing a Single Query: Inside MemCP’s New Scan Engine
MemCP is an in-memory columnar database written in Go with a Scheme scripting layer for query compilation, planning and optimization. Its storage engine organizes data into shards, each containing a compressed main storage and a small append-only delta buffer for recent writes. Until now, the two
Read MoreHow MemCP Achieves Near-Shannon Compression for Enum Columns
MemCP is a high-performance, in-memory, column-oriented database.Columnar storage means every column is stored as a contiguous array, which opens up compression opportunities that row-based databases cannot exploit.One of the most impactful cases is enum-like columns: booleans, nullable flags, status codes, categories — any column where a
Read MoreDoubling MemCP Parser Speed – Here’s How
Why Parser Speed Matters for OLTP MemCP is an in-memory, MySQL-compatible database. It handles two kinds of workloads: analytics queries that scan millions of rows, and OLTP queries — small INSERTs, UPDATEs, DELETEs, and SELECTs coming in rapid fire from applications. For OLTP / analytics queries,
Read MoreTelecommunications: Real-Time Network Anomaly Detection with MemCP
Introduction In the fast-paced telecommunications industry, maintaining network stability and reliability is critical. With increasing data traffic, the ability to detect and respond to network anomalies in real-time can make or break customer trust. MemCP, a cutting-edge in-memory database solution, offers powerful tools tailored to meet
Read MoreAnnouncement: MemCP gets adaptible consistency layer
MemCP is now capable of serializing and deserializing data from RAM.
Read MoreFeatureorientiertes Programmieren als Form der Modellgetriebenen Softwareentwicklung
Die Begriffe “Low Code” und “NoCode” sind in aller Munde – von DER Neuerung in der Programmierwelt spricht man. Diese beiden Ansätze gehören zur Überkategorie der sogenannten Modellgetriebenen Softwareentwicklung. Doch was ist das eigentlich?
Read MoreWhy Low Code is the new Logic Programming
In teaching, there have always been three basic programming paradigms: imperative, functional and logic programming. But only two of them have found their way into software industry. Or not?
Read MoreStoring a Bit smaller than in one Bit
When thinking about compression, one often thinks that a bit can not be compressed in less than a bit. In this article, I will prove otherwise.
Read MoreWarum man ERP- und CRM besser mit Low Code entwickeln sollte
ERP-Systeme sind sehr komplexe Anwendungen, die eine große Anzahl von Funktionen und Schnittstellen benötigen, um zu arbeiten.
Read More








