Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for selecting alternative DDL at runtime rather than compile time #153

Closed
bpkroth opened this issue Apr 20, 2022 · 0 comments · Fixed by #192
Closed

Add support for selecting alternative DDL at runtime rather than compile time #153

bpkroth opened this issue Apr 20, 2022 · 0 comments · Fixed by #192

Comments

@bpkroth
Copy link
Collaborator

bpkroth commented Apr 20, 2022

Per #147 (comment), it would be nice for benchbase to support selecting alternative DDL statements for table --create mode during runtime options (e.g. config files or cli opts) instead of as a compile time change.

This could be useful to select between a row store and column store layout or other alternative indexing options, for instance.

jkosh44 added a commit to jkosh44/benchbase that referenced this issue Apr 25, 2022
This commit adds a configuration option to the xml configuration files
that specifies a path to a ddl script. If the configuration option is
specified then that ddl script will be used instead of the default
script for the benchmark and database.

This could be useful for selecting between a row store and column store
layout or other alternative indexing options.

The xml tag is 'ddlpath'.

Fixes cmu-db#153
jkosh44 added a commit to jkosh44/benchbase that referenced this issue Apr 25, 2022
This commit adds a configuration option to the xml configuration files
that specifies a path to a ddl script. If the configuration option is
specified then that ddl script will be used instead of the default
script for the benchmark and database.

This could be useful for selecting between a row store and column store
layout or other alternative indexing options.

The xml tag is 'ddlpath'.

Resolves cmu-db#153
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant