horaedb
horaedb copied to clipboard
Apache HoraeDB (incubating) is a high-performance, distributed, cloud native time-series database.
## Rationale Opentsdb write protocol is already supported, this PR implement query protocol. ## Detailed Changes - Convert opentsdb query requests into datafusion logical plans - Convert the RecordBatch format...
### Describe this problem When we use horaectl, once the -h command is used, the original command will be executed as the -h command.  ### Server version Horaectl ###...
## Rationale Currently, not suppport to delete a partitioned table through HTTP API, as it results in a "shard not found" error. ## Detailed Changes Since the partition table is...
### Describe this problem This error arise from one of our cluster, it seems we store non utf8 string into a string column. ``` 2023-11-08 13:49:55.018 ERRO [analytic_engine/src/compaction/scheduler.rs:544] Failed to...
``` #[snafu(display( "Failed to build influxql plan with no cause, msg:{}.\nBacktrace:\n{}", msg, backtrace ))] BuildPlanNoCause { msg: String, backtrace: Backtrace }, ``` Add a `display_backtrace` macro to simplify error message,...
### Describe This Problem S3 support set range without explicitly end like `start..`, but object_store crate don't support, we should support it in upstream first. ### Proposal - Implement this...
### Describe this problem This error arise when bump datafusion ### Server version ``` HoraeDB Server Version: 1.2.6-alpha Git commit: b09ae7ef9 Git branch: bump_datafusion49 Opt level: 0 Rustc version: 1.74.0-nightly...
### Describe this problem New contributor still need to sign CLA. https://github.com/apache/incubator-horaedb/pull/1448
Bumps [go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.20.0 to 0.46.0. Release notes Sourced from go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc's releases. Release v0.36.2 Changed Upgrade dependencies of the OpenTelemetry Go Metric SDK to use the new v0.32.2 release Avoid...
### Describe This Problem Currently, the `delete` sql is not supported yet. However, this is a very important feature in some cases. ### Proposal #### Feature Details CeresDB's model is...