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

**Description** In distributed mode a table might be one of three roles: `Writer`, `Reader` and `Querier` based on the cluster's status. We need to implement these roles. The server only...

enhancement
A-analytic-engine

### Describe This Problem `type` in analytic.storage, analytic.storage.local_store, analytic.storage.remote_store is confusing. https://github.com/CeresDB/ceresdb/blob/8cccedd01b2ac33768a6678f133e51a394468bda/docs/example.toml#L12 ``` [analytic.storage] type = "Cache" cache_opts = { max_cache_size = 10000000 } [analytic.storage.local_store] type = "Local" data_path =...

enhancement

# Which issue does this PR close? Closes #92 # Rationale for this change After all the work concerning cluster mode done, we need to support to start server in...

# Which issue does this PR close? Closes #162 # Rationale for this change `Pre-code` maybe more elegant and fast than `dynamic dispatch`. # What changes are included in this...

# Which issue does this PR close? Closes #77 # Rationale for this change See issue above # What changes are included in this PR? - And a new table...

**Description** After #159, we pass `dyn Payload` to write method of `WalManager`, this may has performance issue. It is better to decouple encoder from write method. **Proposal** We can define...

enhancement
A-analytic-engine

**Description** The target is to run ceresdb in distributed mode and in order for that ceresdb in distributed mode, ceresdb must communicate with ceresmeta by the meta client. **Proposal** CeresMeta's...

enhancement
A-cluster

# Which issue does this PR close? Closes # # Rationale for this change Architecture and user guide are in different places, I think it better to place them together,...

# Which issue does this PR close? ref #175 # Rationale for this change Following #175, this patch defines the trait `RoleTable` and implement three roles on top of it....

Signed-off-by: Ruihang Xia # Which issue does this PR close? ref #175 # Rationale for this change Follow the context from #175. `ReaderTable` needs to get the newest data from...