xephonhq / xephon-b

A time series database benchmark suite
https://xephonhq.github.io/xephon-b/
MIT License
8 stars 3 forks source link

Time distribution of generated data #12

Closed at15 closed 7 years ago

at15 commented 7 years ago

Related https://github.com/at15/xephon-b-paper/issues/4

In current PR #9, the point generatation is the dumbest, fixed value with fixed time interval. which is used to make sure other part of the program can be implemented ASAP (serialize, bulk load, query etc.) In order to simulate real world use case, complex and configurable data generation is needed. The original problem is discussed in the private repo which contains some paper addressing this issue

Will update the issue when I finish bulk load and query using the simplest point.