kamille
kamille
> > As I understand, it is a optimization takes effect when specific aggregate functions(such as max, min, count...) can get the results directly from stats? > > Yes that...
> Sounds like it might work -- I think the only way to really know for sure would be to try it out Thanks, I try it now.
> > > Sounds like it might work -- I think the only way to really know for sure would be to try it out > > > > >...
looks great!
I think in the first stage, we can treat the `compaction cluster` as same as the `horaedb cluster`. And we just reuse the ability about monitoring and scheduling for `horaedb...
I think `Horaedb node supports submitting the compaction task to remote` may be similar as `Compaction node supporting remote compaction service `. I guess the third step can be integration...
Maybe you will be insterested when writing test https://github.com/apache/horaedb/tree/main/integration_tests/dist_query
> can i take Horaedb side task? Sure, feel free to take it.
I found it actually now a trivial change. The challenge is that, we should refactor codes to support vectorize append firstly (otherwise, we need to add a branch for row's...