Tutorials
Courses
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
33.1K+ articles
DSA
20.1K+ articles
Difference Between
3.2K+ articles
SQL
1.4K+ articles
DBMS
1.3K+ articles
Advanced Data Structure
538+ articles
DBMS-SQL
527+ articles
dbms
46+ articles
SQL-basics
26+ articles
B-Tree
17+ articles
DBMS Indexing
11 posts
Recent Articles
Popular Articles
SQL Indexes
Last Updated: 21 June 2025
An index in SQL is a schema object that improves the speed of data retrieval operations on a table. Imagine them like an index in a book instead of flipping through every ...
read more
Misc
DBMS
SQL
DBMS-SQL
DBMS Indexing
SQL-basics
Databases
SQL Queries on Clustered and Non-Clustered Indexes
Last Updated: 28 November 2024
Indexes in SQL play a pivotal role in enhancing database performance by enabling efficient data retrieval without scanning the entire table. The two primary types of index...
read more
DBMS
SQL
Picked
DBMS Indexing
Databases
Multiple Indexes vs Multi-Column Indexes
Last Updated: 22 May 2025
A database index is a data structure, typically organized as a B-tree, that is used to quickly locate and access data in a database table. Indexes are used to speed up the...
read more
DBMS
GATE CS
Picked
DBMS Indexing
Secondary Indexing in Databases
Last Updated: 14 February 2023
Pre-requisites: Primary Indexing in DatabasesDatabases are a critical component of modern applications, storing vast amounts of data and serving as a source of information...
read more
DBMS
DBMS Indexing
Clustering Indexing in Databases
Last Updated: 14 February 2023
Pre-requisites: Primary Indexing in Databases, indexingDatabases are a crucial component of modern computing, providing a structured way to store, manage, and retrieve vas...
read more
DBMS
DBMS Indexing
SQL Fill Factor and Performance
Last Updated: 01 May 2023
In SQL when a index is created or rebuilt, the fill factor value determines the percentage of space on each leaf-level page to be filled with data. By setting the fill fac...
read more
SQL
DBMS Indexing
Difference Between Indexing Techniques in DBMS
Last Updated: 17 September 2024
Database indexing plays a crucial role in improving the performance and efficiency of database systems. By utilizing indexing techniques, we can speed up data retrieval op...
read more
DBMS
Difference Between
DBMS Indexing
Insert Operation in B-Tree
Last Updated: 14 January 2025
In this post, we'll discuss the insert() operation in a B-Tree. A new key is always inserted into a leaf node. To insert a key k, we start from the root and traverse down ...
read more
Advanced Data Structure
DBMS
DSA
DBMS Indexing
B-Tree
Introduction of B-Tree
Last Updated: 29 January 2025
A B-Tree is a specialized m-way tree designed to optimize data access, especially on disk-based storage systems. In a B-Tree of order m, each node can have up to m childre...
read more
Advanced Data Structure
DBMS
DSA
Self-Balancing-BST
DBMS Indexing
Delete Operation in B-Tree
Last Updated: 24 February 2025
A B Tree is a type of data structure commonly known as a Balanced Tree that stores multiple data items very easily. B Trees are one of the most useful data structures that...
read more
Advanced Data Structure
DBMS
DSA
dbms
DBMS Indexing
B-Tree
Indexing in Databases - Set 1
Last Updated: 06 May 2025
Indexing is a crucial technique used in databases to optimize data retrieval operations. It improves query performance by minimizing disk I/O operations, thus reducing the...
read more
DBMS
dbms
DBMS Indexing
Databases
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !