Live data from Hacker News

Rubbing control theory on the Go scheduler

cockroachlabs.com

1–4 of 4 posts

Re: Rubbing control theory on the Go scheduler

#3
post #2

Very interesting. I hope this can be shipped somehow in the free version of CRDB without resorting to a custom compiler.

If you're just using the pre-compiled binaries, this Go patch is baked in. If you're building the CockroachDB binary from source, and are just following our usual build steps using Bazel, you'll get this stuff as is. There's no need to compile a custom Go first.

Re: Rubbing control theory on the Go scheduler

#4
post #2

Very interesting. I hope this can be shipped somehow in the free version of CRDB without resorting to a custom compiler.

If you're just using the pre-compiled binaries, this Go patch is baked in. If you're building the CockroachDB binary from source, and are just following our usual build steps using Bazel, you'll get this stuff as is. There's no need to compile a custom Go first.

Thanks! Also there'll be less need for custom builds now that ARM64 binaries are being offered