Viewing profile — radub
radub
HN member- Joined
- Thu, May 05, 2016, 2:28 PM UTC
- HN karma
- 20
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About radub
No profile information was provided.
Recent public activity
-
comment
Comment #25456426
Hi, regarding number 3, I have filed https://github.com/cockroachdb/cockroach/issues/58032 . Would love to get your feedback on the proposal; does it address your need? do you have…
-
comment
Comment #23642399
There are quite a few case studies / customer stories on the website: https://www.cockroachlabs.com/customers/
-
comment
Comment #18410299
We plan to support cardinality estimations for multiple columns. Other than that there are no plans for multivariate stats in the near future.
-
comment
Comment #18409831
[Cockroach Labs engineer here, I worked on statistics] All table statistics are stored in a system table (system.table_statistics). CREATE STATISTICS scans the table, calculating s…
-
comment
Comment #14315705
I don't have a specific timeline but it is something we will be focusing on in the following releases. Regarding DDL statements, this blog post [1] has details. In a nutshell, onli…
-
comment
Comment #13661503
http://morgana249.blogspot.com/2014/10/images-of-most-beauti...
-
comment
Comment #13196205
Thanks! Yes, I expect we will be moving in that direction before too long. It will work well with log tags which are already key-values. Plus most of our messages make it into trac…
-
comment
Comment #13196149
In the majority of cases, the current layer would have added a log tag to the Context, so looking up the log tags structure will be immediate. On the other hand, we also use OpenTr…
-
comment
Comment #12964383
It could be great exposure therapy :)
-
comment
Comment #12365676
[cockroach labs engineer here] Where are you getting the "ignoring stability" part? Or that we "skipped correctness and stability" (in another comment of yours)? Correctness and ro…
-
comment
Comment #11923519
The relevant tests fall somewhere between unit tests and integration tests. Many are intended as unit tests, but we prefer to test them on top of the "real" implementations of the …
-
comment
Comment #11922124
Thank you! Making everything public runs the risk of other modules using internal implementation details, and that entanglement makes changing things a lot harder. For a small proj…
-
comment
Comment #11922024
The sql module needs other aspects of the server set up to function (e.g. the KV layer). You are free to browse the code at https://github.com/cockroachdb/cockroach if you want a m…
- comment