flaneur
flaneur
wow, thank you!
can we embed some docs about statement in the grammar spec? so we can generate the docs like https://databend.rs/doc/reference/sql/ddl/stage/ddl-create-stage from the spec, maybe this could make it easier to keep...
> > so you mean returning a JSON string like: > > ```json > { > "error": { > "id": "$query_id", > "message": "query id not found" > } >...
the in-memory query_log is not used in the log collecting sceneries, I think it's ok to disable it temporarily, then add it back again when we need it.
we can try convert this issue into a tracking issue? for the long term tasks, they're likely able to splitted out some sub issues. each sub issue can be referenced...
/assignme
jwt might be a promising authentication option, like: https://trino.io/docs/current/security/jwt.html
@youngsofun can take this issue assigned to yourself by /assignme :)
beside to accelerating block retrieve from s3, the cache service may also plays a good place to store the spilled data from join statemets's shuffle, thus can reduce the OOM...
adding a namespace-like configuration may make operations on a multi-tenant deployment easier: 1. cache keys can be isolated in a different namespaces 2. we can collect some info or restrict...