AllianceDB  0.0.1
AllianceDB is an open-source suite, including benchmarks and libs for evaluating and improving stream operation algorithms on modern hardwares.
Collaboration diagram for The Micro dataset:

Modules

 generic
 
 time stamp
 

Classes

class  INTELLI::MicroDataSet
 The all-in-one class for the Micro dataset. More...
 

Functions

 INTELLI::MicroDataSet::MicroDataSet ()
 default construction, with auto random generator
 
 INTELLI::MicroDataSet::MicroDataSet (uint64_t _seed)
 construction with seed More...
 

Detailed Description

This is the synthetic dataset Micro, firstly introduced in our SIGMOD 2021 paper

@article{IntraWJoin21,
  author = {Zhang, Shuhao and Mao, Yancan and He, Jiong and Grulich, Philipp M and Zeuch, Steffen and He, Bingsheng and Ma, Richard TB and Markl, Volker},
  title = {Parallelizing Intra-Window Join on Multicores: An Experimental Study},
  booktitle = {Proceedings of the 2021 International Conference on Management of Data (SIGMOD '21), June 18--27, 2021, Virtual Event , China},
  series = {SIGMOD '21},
  year={2021},
  isbn = {978-1-4503-8343-1/21/06},
  url = {https://doi.org/10.1145/3448016.3452793},
  doi = {10.1145/3448016.3452793},
 }

Function Documentation

◆ MicroDataSet()

INTELLI::MicroDataSet::MicroDataSet ( uint64_t  _seed)
inline

construction with seed

Parameters
seedThe seed for random generator