35 wiki results in cockroachdb/cockroach
(This information was current as of 1/11/2016) In case you're interested, here's what I'm using in emacs now. I think these instructions will be at least somewhat repeatable. First, use an ...
High-level SQL benchmarks
Overview To enable true continuous integration, we merge pull requests using a bot. Craig is that bot, an instance of bors-ng . He runs the build for approved PRs as if they were merged, and merges them ...
Coverage is computed in a nightly teamcity build . This coverage ignores any automatically generated files such as protocol buffers as well as binaries that aren't necessary for running cockroach. ...
Inject a retryable error in an UPDATE statement on a marked row Add the following snippet above https://github.com/cockroachdb/cockroach/blob/ef7138bc3fd7261ac40f84762c87f45846f41fe4/cli/start.go#L171 ...
When running benchmarks or resource intensive stress tests, it can be helpful to run on a GCE or AWS instance -- trying to do anything else (even just web browsing) can be difficult, plus laptops have ...
NB: “trace” or “tracing” herein refers to the go runtime’s tracing. This is not the distributed tracing, which is the instrumentation we add at the application level, although these certainly overlap in ...
This guide is for users intending to develop CockroachDB. To USE CockroachDB consult these docs instead: https://www.cockroachlabs.com/docs/install-cockroachdb.html and https://www.cockroachlabs.com/docs/start-a-local-cluster.html ...
When you're ready to commit, be sure to write a Good Commit Message ™. What's in a Good Commit Message™? We follow most general engineering best practices from other projects using Git. Some additional ...
How to get a side by side diff with git diff or git difftool in the terminal. Alternative 1 Use icdiff , as instructed on https://blog.scottnonnenberg.com/better-git-configuration/ install icdiff (from ...