horaedb icon indicating copy to clipboard operation
horaedb copied to clipboard

Apache HoraeDB (incubating) is a high-performance, distributed, cloud native time-series database.

Results 211 horaedb issues
Sort by recently updated
recently updated
newest added

### Describe This Problem I'm excited to share that we've successfully implemented a local Write-Ahead Log (WAL) following the completion of #1566. While we haven't conducted extensive performance benchmarking yet,...

contributor friendly
A-WAL

### Describe This Problem At this stage, downsampling has become one of the basic capabilities in the field of time-series databases, which can solve problems such as excessive data volume...

feature
Proposal

### Describe This Problem It is hoped that ceresdb can support promql query, allowing users to select and aggregate time series data in real time ### Proposal support for promql...

feature

### Describe this problem In current implementation, when we create a ExecutionPlan for ScanTable, it will begin to scan table, this is problematic since in build plan stage, NO IO...

bug

## Rationale #1623 ## Detailed Changes 1. Create a metric cache for both read and write scenarios. ```rust type MetricsData = RwLock; struct MetricsCache { pub inner: Arc, } struct...

feature

## Rationale #1623 ## Detailed Changes 1. Sequence diagram 2. Implement three caches: MetricsCache, SeriesCache, and TagIndexCache, each with an asynchronous serialization function. 3. Implement async write to storage in...

feature

The main task of MetricManager is to manage metric name of a sample, it will: 1. Calculate the id for metric name, using seahash. Since there is no field concept...

A-metric-engine

### Describe This Problem The current manifest snapshot archiving process requires deduplication during every merge operation involving a single snapshot file and multiple SST files. Let's first look at the...

### Describe This Problem my use case is trade data analytics for signal or strategy indicators. a trade has: - timestamp: the time (in nanosecond precision) of the execution of...

question

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.40.0 to 1.43.1. Release notes Sourced from tokio's releases. Tokio v1.43.0 1.43.0 (Jan 8th, 2025) Added net: add UdpSocket::peek methods (#7068) net: add support for Haiku OS...

dependencies
rust