kamille
kamille
Yes, it is the one of the most important features should be supported for me, too. I am working on it.
can I have a try to take it?
> Hello @Rachelint I'm writing to follow up on this issue. Since there is no update in the past two weeks, and I wanted to check in and see if...
Can we support to return the `Bytes` when error happened? In our case, we want to get the failed `Bytes` for retry rather than serializing and compressing the data again.
> There is no API to send raw bytes, which is a significant disclosure of implementation details. However, it would be possible to return some special guard with dedicated API...
@loyd As an alternative(also a more general solution for other problems), is it possible to expose more low-level api? So we users can custom more logics in services. I have...
The benchmark after impl blocked version `GroupValuesRows` and, blocked version `count, sum, avg accumulators`. It make about 20% queries in clickbench 1.10~1.24x faster. And after we impl blocked version for...
@jayzhan211 Yes, still not any detailed blocked impls now, and just make benchmark for ensuring the sketch will not decrease the performance. I guess the blocked apporach may be not...
> I think I'm not so familiar with the Emit::First and there is no block implementation done yet. Could we emit every block size of values we have? Something like...