Skip to content

IMPLEMENTING THE DBMS CONCEPT OF INDEXING, INTO NORMAL FILE SYSTEM FROM SCRATCH USING CORE JAVA

Notifications You must be signed in to change notification settings

Eshan-Agarwal/File_Indexing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File_Indexing

  • IMPLEMENTING THE DBMS CONCEPT OF INDEXING, INTO NORMAL FILE SYSTEM FROM SCRATCH USING CORE JAVA
  • Stores thousands of data-records in simple text files, and applies Non-Clustered indexing over them, using B-Tree.
  • Reduces the number of disc operations and searching time for data records in file systems

About

IMPLEMENTING THE DBMS CONCEPT OF INDEXING, INTO NORMAL FILE SYSTEM FROM SCRATCH USING CORE JAVA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages