Live data from Hacker News

Viewing profile — radub

radub

HN member
Joined
Thu, May 05, 2016, 2:28 PM UTC
HN karma
20
Public activity
14 items

About radub

No profile information was provided.

Recent public activity

  1. 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…

  2. comment
    Comment #23642399

    There are quite a few case studies / customer stories on the website: https://www.cockroachlabs.com/customers/

  3. 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.

  4. 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…

  5. 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…

  6. comment
    Comment #13661503

    http://morgana249.blogspot.com/2014/10/images-of-most-beauti...

  7. 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…

  8. 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…

  9. comment
    Comment #12964383

    It could be great exposure therapy :)

  10. 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…

  11. 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 …

  12. 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…

  13. 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…

  14. comment