PCI DSS

Tech Optimizer
June 22, 2026
Postgres, originally developed by Michael Stonebraker in the early 1980s, is an open-source database system that evolved from Ingres. It was designed to handle complex data types and introduced user-defined data types, operators, and functions, leading to the support for abstract data types (ADTs). The initial commercialization of Postgres occurred through a startup named Illustra, later acquired by Informix. In 1995, graduate students Andrew Yu and Jolly Chen revived Postgres, transitioning it from QUEL to SQL, resulting in Postgre95, which evolved into PostgreSQL. Today, Postgres is one of the most popular database systems globally, known for its extensibility and high code quality. However, it currently lacks features like file-level encryption (TDE), which are standard in commercial systems, relying instead on the operating system for encryption. Efforts to implement TDE have faced challenges due to the complexity of required code changes.
Tech Optimizer
May 22, 2026
Financial service institutions are increasingly exploring AI applications to alleviate operational burdens and gain a competitive edge, but face challenges with legacy data infrastructures that may not meet modern demands. The need for continuous availability and compliance is critical, as even brief downtime can have catastrophic consequences. Aging databases struggle with high-volume transactions and real-time analytics, prompting a focus on predictive maintenance and infrastructure automation. Microsoft Azure's PostgreSQL managed services, including Azure Database for PostgreSQL, address these challenges by providing flexible performance scaling and ensuring high availability. The service can trigger automatic failover within 60 to 120 seconds during outages, guaranteeing up to a 99.99% availability SLA. It supports read replicas for offloading analytics without impacting primary database performance and offers layered security controls, including encryption at rest and network isolation. Azure Database for PostgreSQL simplifies compliance with standards such as PCI DSS and SOC by enabling centralized identity and access management through Microsoft Entra ID authentication. It integrates seamlessly with the Microsoft ecosystem, allowing organizations to connect data to analytics and AI services without complex ETL processes. BNY Mellon successfully modernized its data platform by migrating to Azure Database for PostgreSQL in nine months, achieving improved resilience and allowing engineering teams to focus on innovation. The platform supports high availability, backup capabilities, and extensibility, empowering financial institutions to remain innovative in the era of AI.
Tech Optimizer
November 22, 2025
Percona introduced an open-source Transparent Data Encryption (TDE) extension for its PostgreSQL distribution at KubeCon+CloudNativeCon North America, addressing the demand for data protection solutions, particularly among financial institutions concerned about vendor lock-in. The TDE extension, named pg_tde, operates transparently, allowing users to input and query data without changes to interactions or schemas, while unauthorized access reveals only encrypted information. It supports all major key management services and is included in Percona's PostgreSQL distribution without additional licensing fees. The TDE solution helps organizations comply with standards like GDPR, HIPAA, SOX, and PCI DSS v4.0, offering benefits such as open-source readiness, stronger data protection, user-controlled encryption, seamless integration, centralized key management, effortless online encryption, and trusted support. Percona also offers solutions for MySQL and MongoDB and supports emerging technologies like Valkey.
Tech Optimizer
July 4, 2025
Percona has introduced Transparent Data Encryption (TDE) for PostgreSQL as a fully open-source and production-ready solution, enabling organizations to encrypt data at rest and comply with regulations like PCI DSS v4.0 without incurring licensing fees. The TDE extension, named pg_tde, is now part of the Percona Distribution for PostgreSQL and addresses barriers to adopting enterprise-level data encryption in open-source environments. Key features include encryption of all database files on disk, granular encryption policies, seamless integration into existing systems, and streamlined key management with major Key Management Services. The solution supports online key rotation and has minimal performance impact. Percona also provides 24/7 assistance for setup and management, making the solution accessible to organizations of all sizes.
Search