Dan Wang
Dan Wang
> Now that we can aggregate on collector, is it necessary to keep and aggregate these metrics on each replica server? OK, it's better to aggregate table metrics based on...
> Can you add some test results about your changes? Like the relationship between configuration and memory @Smityz Yeah, it's necessary to provide some test results that show how much...
> Hi, empiredan~ I notice that you would like to make block size configurable to `limit the memory consumed by rDSN`. I'm really interested in the memory related problems. Could...
> > > Hi, empiredan~ I notice that you would like to make block size configurable to `limit the memory consumed by rDSN`. I'm really interested in the memory related...
We can divide all the related classes into several levels, where the lowest level is `log_file` (with `file_streamer` as its nested class): * From the standpoint of `log_file` itself, it...
> Is it possible to add some function/unit tests? It's a big PR, and I am not sure its correctness @Smityz Yes, actually as is discussed with @acelyc111, I also...