Recent Posts
In high-traffic PostgreSQL databases, table and index bloat from frequent updates and deletes can become a serious performance drag—and while the VACUUM command reclaims reusable space, it doesn’t shrink table files. Enter pg_repack, a powerful extension that lets you reorganise and rebuild your tables online with minimal disruption, avoiding the lengthy locks imposed by tools like VACUUM FULL or...
Active Directory using LDAP is one of the most common technologies that organizations use to secure and manage connections and authentication in enterprise systems. Nishchay, a member of Fujitsu Enterprise Postgres Center of Excellence team, walks you through the steps to configure Fujitsu Enterprise Postgres with Active Directory.
The latest version of the popular open-source database management system, PostgreSQL 15, has made significant changes to its statistics collector. The new changes aim to improve its accuracy and efficiency, making it easier for database administrators to monitor and optimize their PostgreSQL databases.
Earlier this week, we announced the launch of Fujitsu Enterprise Postgres 15, with enhanced capabilities to manage enterprise data across multiple environments with security, agility, and flexibility. In this post, I will highlight some of the new features available in this release, with examples comparing it with the previous release.



