- Published on
Write-Ahead Logging (WAL)
In this blog, we will learn about Write-Ahead Logging (WAL) and why it is used internally in databases.
In this blog, we will learn about Write-Ahead Logging (WAL) and why it is used internally in databases.
In this blog, we will learn about the Composite Index in Database and why it offers better performance. We will also explore the impact of column order in a composite index.
In this blog, we will learn about database normalization and denormalization.