Amul Sul

Senior Staff Software Engineer (SDE)

As a Senior Staff SDE, Amul works predominantly on database server development at EDB. He is an active contributor in PostgreSQL feature development as well as in EDB Postgres Advanced Server propriety feature development. Amul has a cumulative experience of 12 years in database development.

Prior to EDB, he was a Senior Software Engineer at NTT Data. Amul holds a Master degree in Computer Application from Mumbai University.  

Read Blogs

Technical Blog
EDB Postgres Advanced Server (EPAS) 16 has removed the dependency on PgAgent for job scheduling and has added a new extension called edb_job_scheduler, which supports job scheduling through dbms_job and dbms_scheduler. This extension operates via background workers, is easy to configure, and stays under the control of the database server. For more details on the new job scheduler extension, please...
Postgres Tutorials
EDB Postgres Advanced Server v12 (EPAS) introduces the Interval Partitioning feature. Interval partitioning allows a database to automatically create a new partition when newly inserted data exceeds the range of an existing partition.
Marc Linster has posted a blog Creating a Data Redaction Capability to Meet GDPR Requirements Using EDB Postgres to demonstrate data redaction on EDB Postgres Advanced Server 10, which has taken the approach to leverage the PostgreSQL search_path feature to direct privileged users to the raw unredacted data when they run a query, and to direct non-privileged users to a view that implements...