Query Optimization: Tuning Indexes for better performance.📅 Dec 31, 2023 · ☕ 23 min readDigging into Database indexing and how to tune them for better performance.
Concurrency in Go - A deeper look into Go's runtime scheduler.📅 Jun 18, 2023 · ☕ 13 min readI talk about Concurrecny in Go and How the Go's runtime scheduler handles it.
Definitive guide to TSQL Error Handling📅 Jun 18, 2023 · ☕ 14 min readI talk about handling errors effectively in T-SQL
Transaction Processing and Concurrency control in T-SQL📅 Jun 18, 2023 · ☕ 15 min readI talk about transactions in general and in T-SQL along with concurrency control
Trigger in T-SQL - Part 1: Introduction📅 Jun 18, 2023 · ☕ 14 min readIn this part I talk about DML and DDL Triggers in T-SQL.
Triggers in T-SQL - Part 2: Limitations and Use Cases📅 Jun 18, 2023 · ☕ 9 min readIn this part, I talk about the limitation of triggers and use cases.
Triggers in T-SQL - Part 3: Managing And Optimization📅 Jun 18, 2023 · ☕ 7 min readIn this part I talk about management options of triggers and how to optimize them.