Search


TimescaleDB deep dive: unveiling the mysteries of Hypertable partitions | Part 1
Delve into TimescaleDB's hypertables and how automatic partition creation optimizes time-series data management.
Shalom Shmila
May 27, 20242 min read

Resolving MySQL Locks: A Case Study in Database Troubleshooting
We were approached by a client experiencing a critical issue in their MySQL 8 database system. The primary issue was that many...
Ishay Wayner
Nov 29, 20232 min read

Boosting Operation Throughput In Redis
A customer approached us with a critical performance issue in their event-driven application, which was integrated with Redis. The...
Ishay Wayner
Nov 28, 20233 min read

Dispelling the Myth: count(*) vs. count(1) Efficiency in Modern Databases
As an experienced DBA, I often encounter the belief that SELECT COUNT(1) is faster than SELECT COUNT(*). While this may have held true...
Alon Spiegel
Nov 26, 20231 min read