How 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 MoreMySQL is too slow? Why you should try MemCP for heavy aggregation workloads
When classic row-store databases become a bottleneck, an in-memory columnar engine can be the performance jump you need.
Read MoreBenchmarking Ollama Embeddings with a Minimal Node.js Script
Semantic search is becoming easier to prototype thanks to lightweight models and tools like Ollama’s nomic-embed-text. I wanted to see how well a local solution would perform—without relying on cloud services or heavyweight vector databases. So I built a tiny Node.js script that: Here’s what I
Read MoreLogistikoptimierung mit den Auto-Sharding-Funktionen von MemCP
Einführung In der Logistikbranche ist Effizienz der Schlüssel zum Erfolg. Ob es darum geht, Lieferketten transparent zu machen oder große Mengen an Tracking-Daten in Echtzeit zu verarbeiten – Unternehmen benötigen skalierbare und leistungsstarke Datenbanksysteme. MemCP, eine moderne In-Memory-Datenbank, bietet mit seiner Auto-Sharding-Technologie eine bahnbrechende Lösung zur
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 MoreLaunix unterstützt auch 2024 wieder OpenSource-Projekte
Das Launix-Ökosystem baut sehr stark auf OpenSource auf. Launix ist ein Verfechter freier Software und unterstützt die Community auch, indem es Code zurückgibt.
Read MoreRevisiting Non-Blocking Maps in Go
Maps in Golang have a very delicate drawback: As soon as you try to write on them while other reads are reading or writing on it, your program will crash.
Read MoreAnnouncement: MemCP gets adaptible consistency layer
MemCP is now capable of serializing and deserializing data from RAM.
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 More






