Vaibhav Dalvi

Staff SDE 1A, EDB

Vaibhav Dalvi is a Staff SDE 1A at EDB. His core areas of expertise are: Database server and foreign data wrapper(mongo_fdw, mysql_fdw)  development—having 5 years of database development experience.
Prior to EDB, Vaibhav worked as software engineer at HCL Technologies. He has his Bachelor's degree from Pune University in Electronics and Telecommunications, and over the last five years at EDB, he's been working on feature development in EDB Postgres Advanced Server and mongo_fdw. Fun fact: he can play cricket anytime, anywhere.

Read Blogs

Postgres Tutorials
Have you ever searched for unnecessary granted privileges in your database? To find these, you need to know 1. The granted privileges 2. How many of the granted privileges have been used. This task may be easy if there are only one or two objects available in your database and one or two roles and/or users you need to check for privilege. But if the database is marginally big and either the number of objects or number of database roles or/and users are high, then this exercise is going to be hectic and time consuming.