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

remove unnecessary timestamp parquet conversion #47859

Open
eshishki opened this issue Jul 4, 2024 · 1 comment
Open

remove unnecessary timestamp parquet conversion #47859

eshishki opened this issue Jul 4, 2024 · 1 comment
Labels
type/enhancement Make an enhancement to StarRocks

Comments

@eshishki
Copy link
Contributor

eshishki commented Jul 4, 2024

I have parquet files with timestamptz type. It is kinda slow as reported here #47841

I want to avoid paying that tax and create parquet table with native datetime column type.
Starrocks create parquet file with timestamp_ntz type.

Now not only do we continue to pay conversion tax, but it is 5 times slower.

@eshishki eshishki added the type/enhancement Make an enhancement to StarRocks label Jul 4, 2024
@DorianZheng
Copy link
Contributor

@eshishki Got it. Will optimize it ASAP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement Make an enhancement to StarRocks
Projects
None yet
Development

No branches or pull requests

2 participants