Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Summary

Summary Database Management system

Rating
-
Sold
-
Pages
2
Uploaded on
08-06-2025
Written in
2023/2024

Indexing and ordering, database security - Database management system

Institution
Course

Content preview

Indexing:

Indexing serves as a gateway to rapid data retrieval in a database. Its primary objective is
to reduce the number of disk accesses required when processing queries, making it a valuable
asset for improving database performance.

Types of Indexing

*Ordered Indexing:* This type of indexing maintains a sorted order of index entries based
on the indexed field, making range queries and searching much faster.

*Primary Indexing:* The primary index is based on the primary key of the table and provides
a direct link to the actual data.

*Secondary Indexing:* Unlike primary indexing, this type creates indexes on non-primary
key fields, enhancing the search capabilities of the database.

*Clustered Indexing:* In clustered indexing, the data in the table is physically sorted based
on the indexed field, leading to improved query performance for certain scenarios.

Bitmap Indexing:

Bitmap Indexing is a data indexing technique used in database management systems (DBMS)
to improve the performance of read- only queries that involve large datasets.

In a bitmap index, each distinct value in a
column is assigned a bit vector that represents the presence or absence of that value in each
row of the table. The bit vector contains one bit for each row in the table, where a set bit
indicates the presence of the corresponding value in the row, and a cleared bit indicates the
absence of the value.

Syntax:

CREATE BITMAP INDEX Index_Name ON Table_Name (Column_Name);

Ex:
CREATE BITMAP INDEX index_New_Emp ON Employee (New_Emp);

Advantages of Bitmap Indexing

• Efficiency in terms of insertion deletion and updation.

• Faster retrieval of records

Disadvantages of Bitmap Indexing

• Only suitable for large tables

Written for

Institution
Course

Document information

Uploaded on
June 8, 2025
Number of pages
2
Written in
2023/2024
Type
SUMMARY

Subjects

$8.49
Get access to the full document:

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Get to know the seller
Seller avatar
243en01

Get to know the seller

Seller avatar
243en01 Thassim Beevi Abdul Kader College for Women
Follow You need to be logged in order to follow users or courses
Sold
-
Member since
10 months
Number of followers
0
Documents
6
Last sold
-

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions