ICS DB Modules

Indexing

Database access time can be reduced by applying indexing techniques. Generally, two ways to speed up searching are available in a DBMS: B-trees and hashing. We will give a short overview and discuss the differences.