-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Description
Follow the instruction to build dbgen. Then run below command to stream generated table data to stdout. But the trailing delimiter will be added for every row.
Reproduce command is here for region table:
$ dbgen -v -z -T r
TPC-H Population Generator (Version 2.17.3)
Copyright Transaction Processing Performance Council 1994 - 2010
Generating data for region table/
Preloading text ... 100%
0|AFRICA|lar deposits. blithely final packages cajole. regular waters are final requests. regular accounts are according to |
1|AMERICA|hs use ironic, even requests. s|
...
Suggestion:
- Make the dbgen behave same with and without '-z' option
- Ideally add an option to let user choose whether to include line terminator but this is optional
- When using '-z' option, suppress the dbgen messages and only output the data rows. This is will help downstreaming application can consume the generated data rows much easier.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels