Tushar Ahuja

Senior Staff SDE, Director QA, EDB

Tushar Ahuja is Senior Staff SDE, Director QA at EDB with a focus in database servers, package testing and release testing. Previousl, he was SQLSERVER DBA in a fast moving FMCG Company before moving to the DBserver QA team at EDB 16 years back. He curretly works on EPAS, PG feature testing along with release packages testing and leading the QA Team

Read Blogs

Postgres Tutorials
This article looks at parameters that can be used to help manage memory in PostgreSQL. Recommended settings for each parameter are also provided.
EDB Labs
The short answer is: it’s gone. With PostgreSQL v12, “recovery.conf” is no longer valid. Even if someone were to create a recovery.conf file manually and keep it under the data directory, the server is not going to start and will throw the following error: The parameter “standby_mode =on”, which used to be the #1 parameter of the recovery.conf file, has also been removed from PostgreSQL v12. Also...
EDB Labs
Docker is an open source platform where we can create, deploy, and run applications by using containers. Docker is similar to virtual machines (VM), but in VM you need to create a virtual operating system, while Docker allows applications to use the system kernel. Images vs Containers PostgreSQL community supports (v9.4,v9.5, v9.6, v10, v11 etc.) Images. The difference between Images and...