crate / crate-benchmarks

A collection of CrateDB benchmarks.
8 stars 4 forks source link

Add a spec file with long running queries #129

Closed mfussenegger closed 6 years ago

mfussenegger commented 6 years ago

Requires changes in cr8 that are not yet released: https://github.com/mfussenegger/cr8/commit/001be6ce4a5f2f18c6e145072bd2448ba2179048

matriv commented 6 years ago

@mfussenegger Why the second insert? https://github.com/crate/crate-benchmarks/pull/129/commits/2c6d21d72c22ea89299b901179ded3ec1253e969#diff-07abc1af1a24dee3ad10691bfb1fab16R36

mfussenegger commented 6 years ago

@matriv no particular reason. The purpose of this test case is to have some kind of constant load over a longer time.

matriv commented 6 years ago

ok... just wondering then why not making the 1st insert "bigger"/run for longer but repeating it after executing selects.