Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.12 KB

File metadata and controls

24 lines (20 loc) · 1.12 KB

Setup Dataset

Clone SOSD repository.

git clone https://github.com/illinoisdata/SOSD.git
cd SOSD

Download and create the datasets.

bash scripts/download.sh
python gen_gmm.py  --n 800 --k 100

Or, alternatively download from following links directly: wiki_ts_200M_uint64, books_200M_uint32, books_800M_uint64, osm_cellids_800M_uint64, fb_200M_uint64.

Move these datasets into the target storage to benchmark on. Afterwards, these should be valid absolute paths.

/path/to/data/books_800M_uint64
/path/to/data/fb_200M_uint64
/path/to/data/osm_cellids_800M_uint64
/path/to/data/wiki_ts_200M_uint64
/path/to/data/gmm_k100_800M_uint64