Kelly Sommers

Results 27 comments of Kelly Sommers

Ship has sailed? The API is frozen forever? I might have to second guess using this library if improvements are frozen for good like that.

Feels like to me you're lacking a release process. If you want to pin a piece of software to this API version create a branch with a version name and...

@spullara Link? Is there a Go wrapper for it currently?

I've posted the hardware specs of the benchmark server. @hyc I think most benchmarks should be durable because that's the mode most people are using these. Let's start identifying some...

I'm thinking a common key type that databases use are UUID's. Some people use optimized UUID's that are 12 bytes but probably the most common are 16 byte UUID's. Some...

Let's discuss fsync policies. I would really appreciate @hyc and @mdcallag input here. Different storage engines have different durability guarantees and I want to be able to show their strengths...

@danchia Yeah I plan to have 2 different tools for benchmarks. `wrk` for throughput and `wrk2` which does a QPS load like workload to calculate latency distribution properly. `wrk2` contains...

That was the issue! Thank you so much for replying. Is there any way golive could give me an informative error I could have discovered how to fix this myself?...

The log scale it does currently looks like this on the X axis and compresses the tail. ``` ----------------------------------------------- 0 30 | 50 | 70 | 90 ``` But when...

> If you do have an upper bound, the trivial solution is to plot the difference from that upper bound, thus inverting the sign of your function. Could you explain...