You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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'.
Fixescmu-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'.
Resolvescmu-db#153
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.
The text was updated successfully, but these errors were encountered: