Viewing profile — andreimatei1
andreimatei1
HN member- Joined
- Tue, Feb 03, 2015, 6:14 PM UTC
- HN karma
- 115
- Public activity
- 32 items
- HN profile
- View on Hacker News ↗
About andreimatei1
No profile information was provided.
Recent public activity
- story
-
comment
Comment #42221304
Side-Eye is massively inspired by DTrace in some of its raw capabilities and the basic idea of dynamic instrumentation. Beyond that, they're very different. At a low level, DTrace …
-
comment
Comment #42220985
Print debugging is the tool most people reach for when they can, but its biggest problem is that you have to change the source code to add the printfs. This is impractical in many …
-
comment
Comment #39199852
This answer should go to the top.
-
comment
Comment #33796333
Very nice work! It seems that Delve is used for inspiration and development, but Golang code is always compiled with frame pointers, I think. Is that right?
-
comment
Comment #32158252
Global Tables let database clients in any region read strongly consistent data with region-local latencies. They’re an important piece of the multi-region puzzle — providing latenc…
- story
-
comment
Comment #28786136
Cockroach lets you hash-shard your keys n-ways if you choose to through a feature called hash-sharded indexes ( https://www.cockroachlabs.com/docs/stable/hash-sharded-index... ) Th…
- story
- story
-
comment
Comment #27869274
> its lack of ACID guarantees Our transactions implementation is our crown jewel. You might want to check your sources.
- story
-
comment
Comment #25919525
I think the "default" will evolve with whatever offers the best "serverless" experience in the public clouds. In particular, the cheapest and most granularly-billed option.
-
comment
Comment #25919516
> I agree that right now it doesn't make sense. This CRDB engineer respectfully disagrees. This thread takes it as a given that a non-distributed DB is better if you don't need to …
-
comment
Comment #22564363
Working on it.
-
comment
Comment #22265767
Would you mind providing a link to the empty arrays patch? Is this something CRDB should fix?
-
comment
Comment #21486827
At GitHub they should be using CockroachDB (:P), a scalable relational database that also supports schema changes. Then their FKs would work just fine (albeit with some performance…
-
comment
Comment #19008576
Perhaps I could emphasize things differently. FWIW, besides the fact that having a foreign key constraint in that schema would prevent the badness from happening, the even bigger r…
-
comment
Comment #19006484
> The suggestion that this anomaly can occur in FaunaDB is wrong: You're right. I've removed the reference to FaunaDB. Sorry about that. What I've meant to reference is the snapsho…
-
comment
Comment #18820501
Hi Gab_CV, this is really cool! Congrats! Are you planning on writing any notes about what the port took? You commits are quite clean, but still some narrative would be really inte…
-
comment
Comment #18556493
We have clients using CRDB in pretty constrained environments, and they use it primarily because of the easy administration. I think you'll find it easier to use than a MySQL or Po…
-
comment
Comment #18555516
https://github.com/tbg/bikesheddb
-
comment
Comment #15725829
> Postgres supports different modes of replication, including synchronous replication to avoid losing any data on node failure. I would like to understand this better, for my edifi…
-
comment
Comment #15717277
Ozgun has done a good job describing some of Citus' benefits; allow me to write the CockroachDB-biased answer. Btw, congrats to all the Citus people on your launch. The highest-lev…
-
comment
Comment #15547458
I believe this suggestion came up at the time. I think we didn't do anything like it because it would have been more complicated both to implement and to describe, and because it's…