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

Transform row-oriented table to columnar-oriented table #311

Merged
merged 2 commits into from
Nov 16, 2018
Merged

Transform row-oriented table to columnar-oriented table #311

merged 2 commits into from
Nov 16, 2018

Conversation

chaoyli
Copy link
Contributor

@chaoyli chaoyli commented Nov 14, 2018

Apache Doris has not supported row-oriented table any more.
In future release, row-oriented table should be transformed to columnar-oriented table.
Now we provide a schema change operator to accomplish this transformation.
Also we provide a script to generate all command about transformation, it should be performed before upgrade.
Script is stored in docs/row_to_column/ directory.

@doris-ci doris-ci closed this Nov 15, 2018
@doris-ci doris-ci reopened this Nov 15, 2018
Copy link
Contributor

@imay imay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have remove binary file from code.

tools/row_to_column/get_ddl_stmt.py Show resolved Hide resolved
tools/row_to_column/pkg_resources.py Outdated Show resolved Hide resolved
@chaoyli chaoyli changed the title transform row-oriented table to columnar-oriented table Transform row-oriented table to columnar-oriented table Nov 15, 2018
@doris-ci doris-ci closed this Nov 15, 2018
@doris-ci doris-ci reopened this Nov 15, 2018
@doris-ci
Copy link

checks通过了

be/src/olap/olap_engine.cpp Outdated Show resolved Hide resolved
be/src/olap/olap_header_manager.cpp Outdated Show resolved Hide resolved
be/src/olap/store.cpp Outdated Show resolved Hide resolved
Copy link
Contributor

@imay imay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@imay imay merged commit 1ba8a4e into apache:master Nov 16, 2018
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 this pull request may close these issues.

3 participants