what are the importance of partitioning in DBMS ?

devquora
devquora

Posted On: Feb 22, 2018

 

Database partitioning is the process of splitting large tables into smaller database entities. Following are the benefits of partitioning-

  • When rows are in one partition, query performance in such situations is improved.
  • It also helps to access large parts of single partition.
  • Data which are rarely used can be stored in slower and cheaper storage medium.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    DBMS Interview Questions

    What is DBMS?

    DBMS (Database Management System) is a computer software application that allows users and other applications to view,..

    DBMS Interview Questions

    Enlist various types of interactions created by DBMS ?

    There are various kinds of interactions supported by DBMS like- Data definition Update Retrieval Administration..

    DBMS Interview Questions

    What are the features of Database language?

    Database language is used to create and store data in computer system. DBMS itself is one of the features of database l..