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

边写边读,读取数据会报错 #1641

Open
yijiluo opened this issue Apr 12, 2024 · 3 comments
Open

边写边读,读取数据会报错 #1641

yijiluo opened this issue Apr 12, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@yijiluo
Copy link

yijiluo commented Apr 12, 2024

(you don't have to strictly follow this form)

Bug Report

Briefly describe the bug

当批量通过insert into format Parquet infile 执行插入的时候,执行select * from test.test limit 10,查询会报错,报错如下:
image
image

The result you expected

在写入数据的同时能够稳定读取数据。

How to Reproduce

批量执行insert into format Parquet infile,然后对表进行查询。

Version

Byconity 0.3.2

@yijiluo yijiluo added the bug Something isn't working label Apr 12, 2024
@Clark0
Copy link
Collaborator

Clark0 commented Apr 12, 2024

Two kinds of error will happen during insertion? The first query is a timeout, what's the size of the whole table?

@kevinthfang
Copy link
Contributor

for the 1st errorm, would you please add some resources and check if the error rate can be decreased?

@jenrryyou
Copy link
Contributor

第一个报错是查询超时,第二个可以先尝试加enable_optimizer_fallback=0 看下真正的报错

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants