Shaikh Nazer

Sr.PostgreSQL DBA and Kubernetes Specialist at EDB

Shaikh Nazer has extensive experience as a specialist in PostgreSQL and Kubernetes technologies. He has contributed his expertise to numerous PostgreSQL clusters managed by Kubernetes, utilizing Custom Resource Definitions (CRDs) from EnterpriseDB. Shaikh has also been pivotal in resolving complex PostgreSQL, Kubernetes, and Bi-Directional Replication (BDR) issues for various clients. His knowledge extends to upgrading and maintaining PostgreSQL and pgpool environments, ensuring seamless operations and high availability. Today, Shaikh is a key contributor at EDB, focusing on advanced PostgreSQL solutions and technologies.

Read Blogs

Technical Blog
PostgreSQL 14 introduces a powerful feature called memoize , which enhances query performance by caching results from parameterized scans inside nested-loop joins. This optimization allows PostgreSQL to skip redundant scans, significantly speeding up nested lookups. In this blog, we'll explore how memoize works and demonstrate its benefits with a practical example. Understanding Memoize The...