by Mariappan Ponnusamy | Jan 6, 2026 | General
PostgreSQL 18 is officially released and this version brings some major improvements for performance and core database behavior.If you are running PostgreSQL in production, especially on cloud storage, this release is worth paying attention to. In PostgreSQL 18, many...
by Mariappan Ponnusamy | Dec 16, 2025 | General
In my last post, I wrote about how to use ML_TRAIN in MySQL AI to build machine learning models directly inside the database, without sending data out to Python or other tools. This time, the focus is on the next step, how to use those trained models to detect fraud,...
by Mariappan Ponnusamy | Nov 11, 2025 | General, PostgreSQL
Introduction PostgreSQL has evolved into one of the most powerful open-source relational databases, widely used in enterprise-scale systems. However, the default configuration prioritizes safety and portability over performance. As data volumes grow into hundreds of...
by Mariappan Ponnusamy | Oct 28, 2025 | General
Recently, while exploring the MySQL 9.4 documentation, I came across a new and exciting addition MySQL AI. At first glance, it looked like a big step forward from the traditional database management approach we’re used to. As I dug deeper, it became clear that MySQL...
by Mariappan Ponnusamy | Sep 30, 2025 | General
Introduction In today’s digital world, data availability and consistency are critical. Businesses can’t afford downtime or data loss, which is why database replication plays such an important role. Replication is the process of maintaining copies of your database...