In this article, we will see how to fix block corruption when there is a block corruption on a data file. If Block Corruption is …
Read More »dbtut
SQL Server Indexes and Performance Effect
This article contains information about SQL Server indexes and performance effetc of indexes. What is Index in SQL Server? Indexes allow us to access data …
Read More »What is Vacuum in PostgreSQL
What is Vacuum in PostgreSQL? When a delete operation is performed in Postgres, the deleted data is not deleted directly from the disk. The visibility …
Read More »How To Install PostgreSQL Replication By using archive_command On Centos
I will tell how to install PostgreSQL Replication by using archive_command parameter on centos in this article. But usually I prefer to install postgresql replication …
Read More »Differences Between Clustered Index and Non Clustered Index
To better understand this article, I would first recommend reading the “Index Concept and Performance Effect on SQL Server” and “Statistics Concept and Performance Effect …
Read More »Vlf(Virtual Log File) Count
What is Vlf(Virtual Log File)? Vlf (Virtual Log File) is a virtual file, as the name implies. The Transaction Log file with the ldf extension in …
Read More »device is busy
You can receive “device is busy” error when you want to unmount a mount point in Linux operating system. For unmount operation, you may want …
Read More »What is MVCC(Multi Version Concurrency Control) in PostgreSQL
Before reading this article, I would recommend you to reading article titled “Introduction to PostgreSQL and PostgreSQL Architecture“. What is MVCC? MVCC is the method …
Read More »Introduction to PostgreSQL and PostgreSQL Architecture
I am writing this article in order to be a guide for beginners. This article will be an introduction to PostreSQL. Before I get started …
Read More »SQL Server Delete Transaction Log File
Can I Delete SQL Server Transaction Log File? We can not delete primary transaction log file, but we can delete secondary log files in SQL …
Read More »