Skip to content
DbaFix
Just share answer and question for fixing database problem
MENU
  • HOME

Tag: covering-index

Indexing Strategy for the query performance

By adminPosted on February 23, 2023

Question : I have a question on indexing strategy as i am trying to do indexing for a database. I […]

Key lookup still happening after creating covering index

By adminPosted on May 3, 2022

Question : I’ve implemented a covering index to avoid a key lookup: CREATE INDEX IX_StatusHistory_Covering ON StatusHistory(ID) INCLUDE (Status_ID, StatusComment, […]

Advantage of using INCLUDE as against adding the column in INDEX for covering index

By adminPosted on December 26, 2021

Question : Postgres docs state the following about Index-Only Scans and Covering-Indexes: if you commonly run queries like SELECT y […]

Indexing Strategy for the query performance

By adminPosted on October 29, 2021

Question : I have a question on indexing strategy as i am trying to do indexing for a database. I […]

Postgres 11+: are covering indices (INCLUDE) useful for join/where conditions?

By adminPosted on July 20, 2021

Question : I’d like to better understand when covering indices can be useful to make index-only scans possible in Postgres […]

Covering index used despite missing column

By adminPosted on May 6, 2021

Question : I have the following query, using MariaDB 10 / InnoDB: SELECT id, sender_id, receiver_id, thread_id, date_created, content FROM […]

Why a query is not covered when using a range operator on documents?

By adminPosted on January 3, 2021

Question : I have created the following 1000 documents: for(i=0;i<1000;i++){db.doc.insert({“doc”:{“k1″:”v_”+i,”k2″:i},”scal”:i})} So a document looks like this: var d1 = db.doc.findOne() […]

Postgres 11+: are covering indices (INCLUDE) useful for join/where conditions?

By adminPosted on October 25, 2020

Question : I’d like to better understand when covering indices can be useful to make index-only scans possible in Postgres […]

Can a non-clustered index be transformed to a covering index in SQL Server?

By adminPosted on April 23, 2020

Question : I have a non-clustered index which includes one column. Now I want to alter the index and add […]

Recent Posts

  • Modelling a database for a travelling business that involves Vehicules, Routes, Subroutes and Prices
  • Hard Drive Configuration for my setup
  • Optimize delete query in SQL Server 2008 R2 SP1
  • Join query with closest date in “ON” clause
  • Postgresql vs MySQL – Which is better for join queries & writing data(inserts) [closed]
  • Subtracting an integer in my db by 1. SQL
  • MariaDB Galera Arbitrator failing to sync with SSL
  • Array exceed allowed size in Postgres
  • Mysql Server 5.6 high memory consumption
  • SQL Server 2016 Always ON high availability group listener configuration
  • Columns count in SELECT query and SQL Server buffer cache
  • Postgres sharding installation with citusdb
  • T-SQL Query to calculate Settele and withdraw amount in MSSQL- SERVER
  • Case when not return more than one value
  • Creating a constraint
  • Which of the following pieces of SQL is most efficient
  • Using Oracle hierarchical queries for transposing field value into rows
  • Updating an FTS indexed column returns “Invalid InnoDB FTS Doc ID”
  • Migrating 300 GB mysql database from one server to another cleanly with minimum downtime
  • how to join one select statement to another pivot select statement [closed]

Categories

  • Database Backup
  • Database Design
  • Database Index
  • Database Optimization
  • InnoDB
  • Join
  • MariaDB
  • MongoDB
  • MySQL
  • Oracle
  • Performance
  • Permissions
  • Postgresql
  • Query Performance
  • Replication
  • Security
  • SQL Server
Proudly powered by WordPress / Support by: DizzyCoding