Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1016 Bytes

File metadata and controls

41 lines (29 loc) · 1016 Bytes

UB ADB 2021 P2

University of Barcelona 2021 ADB 2nd practical delivery

About The Project

You can check the 2nd deliverable of the Advanced Databases subject. The exercises to do are also in the project.

(back to top)

Installation

  1. Change the dbxic.props file to:
    # DBxic's database directory
    dbxic.base.dir=/<PATH_IN_YOUR_LOCAL_MACHINE>/dbxic/db
    # DBxic's temporary files directory
    dbxic.temp.dir=/<PATH_IN_YOUR_LOCAL_MACHINE >/dbxic/db/tmp
    # The number of blocks in the buffer
    dbxic.buffersize=50
  2. Now you can execute the DB from org.adbs.dbxic.engine.core.DBMS

(back to top)

Acknowledgments

(back to top)