dennis zhuang
dennis zhuang
Use docker compose instead. @paomian
When deploying a GreptimeDB standalone instance via the Helm chart (https://greptime.com/blogs/2023-12-12-helm-chart), the `data_home` is set to `/data/greptimedb`. However, the logging directory, configured as `"./greptimedb_data/logs"`, resides outside of this `data_home`. ```yaml...
Looks like grpxbox is not maintained https://github.com/tsloughter/grpcbox https://github.com/emqx/grpc-erl is an option.
Much of the content is outdated. We should update it to reflect the latest design and codebase, but there’s no rush.
Currently, JRaft uses a single global executor for all closures, including user task closures. We can add a `getExecutor` method to the `Closure` interface: ```java interface Closure { default ExecutorService...
I hereby agree to the terms of the [GreptimeDB CLA](https://github.com/GreptimeTeam/.github/blob/main/CLA.md). ## Refer to a related PR or issue link (optional) Fixed #7505 ## What's changed and what's your intention? -...
### What problem does the new feature solve? Currently the pipieline processing engine only supports http endpoints such as Promethes Remote Write, Loki and `/logs` etc. But in the gRPC...
Feature Request: Add built-in daemon mode to keep GreptimeDB running independently of shell sessions
### What type of enhancement is this? API improvement ### What does the enhancement do? # Description When running GreptimeDB in standalone mode on environments like ARM64 boards or edge...
### What type of enhancement is this? User experience ### What does the enhancement do? Enhance the `COPY [table] FROM '/tmp/test.csv' WITH (FORMAT = 'CSV')` command with the following optional...
The query pyhysical planner doesn't support scalar subqueries in `WHERE` clause conditions, resulting in a ``` Physical plan does not support logical expression ScalarSubquery() ``` error. **Example Query:** ```sql SELECT...