Skip to content

中科大高级数据库系统实验-2023fall(金培权)

Notifications You must be signed in to change notification settings

seijiang/ustc-adb-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

ustc-adb-lab

中科大高级数据库系统实验-2023fall(金培权)

运行所有算法

在code文件夹下运行 ./run.sh 或者 ./run.sh <max_k of lru-k, default is 5>

测试单个算法

在code文件夹下运行

mkdir build 
cd build
cmake .. && make
./lab1 -r <replacement_algorithm> -k <value k of "lru-k"> -d <path of trace file>

可以用./lab1 -h查看各个参数的具体介绍

About

中科大高级数据库系统实验-2023fall(金培权)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published