Xuanwo

Results 1634 comments of Xuanwo

Is it possible to download the data from other places? This PR will add 869k lines.

How about making a squash on this PR so that we don't introduce not related changes like `delete out.log`?

Can you add an example of the output?

Putting RFC as the first task is excellent!

I think `Client side tasks` should be split into two parts: - OpenDAL's `opencache` service implements `Accessor` based on the `opencache` API. - Databend's `Temporary Operator` defines cluster metadata format....

> 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...

> Do you mean that `Accessor` only connects to one `opencache` server and lets `Operator` do the load balancing job, such as with a consistent hash? OpenDAL's opencache client can...

This tracking issue is composing two things: - Cache support in Databend - Distributed Cache services: OpenCache I split them into https://github.com/datafuselabs/databend/issues/6803

> adding a namespace-like configuration may make operations on a multi-tenant deployment easier: I created a feature request for opencache: https://github.com/datafuselabs/opencache/issues/3

I agree that `namespace`, `proxy`, `quota`, and `audit` are all useful features. But considering our cache services only have markdown docs now, I prefer to start as simple as possible....