We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Summary
Originally posted by @BohuTANG in #4521
result table is used in multi places:
result table
/v1/query
from table(result_scan(last_query_id()))
optional:
The text was updated successfully, but these errors were encountered:
If select * from a huge table(with TB data size), we should reject the result cache.
select * from a huge table
Sorry, something went wrong.
No branches or pull requests
Summary
background
Originally posted by @BohuTANG in #4521
result table
is used in multi places:Roadmap
result table
Feat(httphandler): result download #5395result table
when serving/v1/query
result table
to to serve `/v1/query/<query_id>/downloadresult table
to make/v1/query
not blocked by client due to limited memory bufferresult table
, delete outdatedfrom table(result_scan(last_query_id()))
result table
too.result table
to optimize queryoptional:
The text was updated successfully, but these errors were encountered: