Author of TANE: Qianrui Zhang
Author of DFD: Jinghan Gao
Mining functional dependencies from database raw data, with TANE and DFD, two algorithms included.
In main.cpp, change
TANE("input file path")
to your own absolute path.
Compile the file then.
g++ FD.cpp main.cpp TANE.cpp -std=c++11 -Ofast -o digger
Run the digger.
./digger
In main.cpp, change
open("input file path")
to your own absolute path.
Compile the file then.
g++ DFD.cpp main.cpp -std=c++11 -Ofast -o digger
Run the digger.
./digger
data size | searching time |
---|---|
100,000 | 2.423s |
data size | searching time |
---|---|
100,000 | 9.982s |