hulk

Results 524 comments of hulk

@tanruixiang sure, thanks for your interest. We want a command like Redis [MEMORY USAGE](https://redis.io/commands/memory-usage/) except the usage should be disk space, and as you said we can use `GetApproximateSizes` to...

> Do we need to enable TLS in docker images? Currently TLS is enabled in nightly dockerhub images. Yes, we need to enable TLS in docker image, let me fix...

@mathspanda Thanks for your report, `internal_delete_skipped_count ` makes a lot sense, would you like to contribute it?

> > @PragmaTwice @git-hulk @torwig I noticed a problem. In the following tests. When we write a value with only one bit(like 'a'). Occasionally, the size of the key we...

> > > > @PragmaTwice @git-hulk @torwig I noticed a problem. In the following tests. When we write a value with only one bit(like 'a'). Occasionally, the size of the...

> It's not only small cases where problems can arise. Sometimes a larger value also has a situation where the result is 0. For example, the failure of this CI...

> > OK, got it. I need to read this PR first and try to reproduce it on my side. > > @git-hulk I used the parameters configured for `GetApproximateSizes`...

> @git-hulk I think I already know why. According to [this](https://github.com/facebook/rocksdb/issues/10733), to prevent the situation of 0 size during the test, it is necessary to save the data in different...

> @git-hulk @torwig @caipengbo Hi. Do you have time to review? Sure, I have read through the implementation, and overall is good to me. I'm still wondering if we have...

> > Sure, I have read through the implementation, and overall is good to me. I'm still wondering if we have a more general way to reduce duplicate codes, I...