apache / horaedb

Apache HoraeDB (incubating) is a high-performance, distributed, cloud native time-series database.
https://horaedb.apache.org
Apache License 2.0
2.55k stars 199 forks source link

[DISCUSS]: Roadmap 2024 #1411

Open chunshao90 opened 6 months ago

chunshao90 commented 6 months ago

Here are some of the features I have planned for 2024. Everyone is welcome to discuss.

Distributed Solution

Query Optimization

Storage Optimization

Other

Need to discuss

- Evaluate the feasibility of reimplementing horaemeta with Rust to unify the development language and improve development efficiency.

ShiKaiWi commented 6 months ago

I guess Pre-Aggregation and Pre-Downsample is also an attractive feature to help improve the performance of the queries involving massive data points.

tanruixiang commented 6 months ago
kcrazy commented 2 months ago

Support Windows system.

jiacai2050 commented 2 months ago

Support Windows system.

Hi, would you give us more background about your user case?

We haven't test horaedb on Windows since there is no one asking for this feature.

kcrazy commented 2 months ago

Support Windows system.

Hi, would you give us more background about your user case?

We haven't test horaedb on Windows since there is no one asking for this feature.

Although my production environment is Linux, my development and testing environments are on Windows. Sometimes I also perform tasks on Windows.

If there is a native support version for Windows, it would be more convenient to use, and this is also a factor I consider in whether to use horaedb.

jiacai2050 commented 2 months ago

Thanks, that's sounds reasonable for me.

In theory, IMO horaedb don't use any platform specific features, so it may work on Windows, but I can't ensure that, I think we need someone to try build/run on windows, would you like to give it a try? I create a tracking issue here.

kcrazy commented 2 months ago

Thanks, that's sounds reasonable for me.

In theory, IMO horaedb don't use any platform specific features, so it may work on Windows, but I can't ensure that, I think we need someone to try build/run on windows, would you like to give it a try? I create a tracking issue here.

ok