Ning Sun
Ning Sun
Yes, at least we need some configuration to enable TLS. For postgres, using [pgwire](https://github.com/sunng87/pgwire), TLS is already supported via [this option](https://github.com/GreptimeTeam/greptimedb/blob/e823cde6ff7b1cbed33093306204e894c0523d01/src/servers/src/postgres/server.rs#L73), which is set to `None` to disable. There is...
Currently blocked by recordbatch-protocolbuf translation. To be resolved in #381
> make parquet files query-able and even writable. And in a cluster we should have to split the file according to the table's partition rule as well? This is better...
As we merged frontend and datanode into standalone mode, it's time to consider a new user-facing grpc api in separate of the current internal one. (The internal one needs to...
+1 for this. This resolves #399 Using UDS still requires serialization and deserialization between two parts, which may affect our performance benchmark. We need to setup a framework to support...
Consider implement it as subcommand of [gtctl](https://github.com/GreptimeTeam/gtctl). @zyy17 I think we do need a subcommand system in gtctl to support various domains of task: - kubernetes management - db management...
Thank you! Sounds mostly good to me. Just my two cents: - Can we make streaming default? Because it's the database who wants to utilize streaming for better performance. Most...
Awesome. Let's get started with this approach.
Never mind. Thank you again for this. Please keep your branch and we could move on from that.
@v0y4g3r I checked that module and it seems for testing datanode only? Correct me if I'm wrong.