GitHub user jiacai2050 added a comment to the discussion: What are the 
differences between HoraeDB and other time-series databases?

Hi, thanks for your interest.

In general, Apache HoraeDB was originally designed for analytic user case, this 
means data involved in one query will contains many series, just like what a AP 
database does.

Prometheus/VictoriaMetrics are designed for cloud-native case, APM mainly. so 
its query patterns are:
1. point query, to get latest status of some service.
2. range query, which may contains several series, but less than what a AP 
database does.


Since their goal are different, different architect are used, for HoraeDB 
scalability is the first goal, so all components are scalable, details can be 
found [here](https://horaedb.apache.org/docs/design/architecture/).

GitHub link: 
https://github.com/apache/horaedb/discussions/1560#discussioncomment-10470767

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to