I explained how to create a partition int the article named “How To Create Partition On SQL Server“. In this article I will share …
Read More »Slow queries on MongoDB
During a typical revision of mongod’s logs, we could find slow queries, by default, those queries that take more >100ms. You can change this time …
Read More »Enterprise Manager : java.lang.Exception: Exception in sending Request :: null
Error : When we logged in to EM, there was an error “java.lang.Exception: Exception in sending Request :: null” and the page was not displayed …
Read More »How To Get Script of the Entire Database On SQL Server(Generate Script Method)
We can not take the backup of the database and transfer it to the test environment for security reasons. Because the actual data should …
Read More »Primary index concept in Teradata
Every table must have at least one column as the Primary Index. The Primary Index is defined when the table is created.There are two reasons you …
Read More »Sybase Questions
1)How to Calculate Memory Usage and Disk Space Usage? There are 2 stored procs which help you to calculate the memory size and database …
Read More »PG Log File Maintenance and DB Corruption
It is a good idea to save the database server’s log output somewhere, rather than just routing it to /dev/null. The log output is invaluable when …
Read More »PostGre SQL Database Maintenance
PostgreSQL, like any database software, requires that certain tasks be performed regularly to achieve optimum performance. The tasks discussed here are required, but they are repetitive in nature …
Read More »PG DB Optimization
Overview This article briefs us on how to tune a database or make it work faster Max connections: We can configure the maximum number of …
Read More »PG Tuning, Statistics and Indexes
Database Tuning Fundamentally, database performance tuning is done for two basic reasons, to reduce response time and to reduce resource usage, both of which can apply …
Read More »