crate / crate-benchmarks

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

Add a script to generate random queries #134

Closed mfussenegger closed 6 years ago

mfussenegger commented 6 years ago

This is just an initial version. We'll extend it from here for more types and also to include scalar functions, etc.

mfussenegger commented 6 years ago

Object and object_array is missing, but since this is the initial code would probably be added later?

Yep we may add it later on. But I think it may not be that important (unless we do queries on the root object directly), as from the query generating code any object child columns are handled the same as if on top level. So it has lower priority.