doris
doris copied to clipboard
[tools](tpc-ds) add script tools to run tpc-ds conveniently
Proposed changes
Issue Number: close #xxx
- build-tpcds-tools.sh
- gen-tpcds-data.sh
- gen-tpcds-queries.sh
- create-tpcds-tables.sh
- load-tpcds-data.sh
- run-tpcds-queries.sh
generate data and queries support specify SCALE, create table may need to be edited handly to specify BUCKETS or change int to bigint if SCALE is too big.
Problem summary
Describe your changes.
Checklist(Required)
- [ ] Does it affect the original behavior
- [ ] Has unit tests been added
- [ ] Has document been added or modified
- [ ] Does it need to update dependencies
- [ ] Is this PR support rollback (If NO, please explain WHY)
Further comments
If this is a relatively large or complex change, kick off the discussion at [email protected] by explaining why you chose the solution you did and what alternatives you considered, etc...
run buildall