Live data from Hacker News

Viewing profile — caffeinated_me

caffeinated_me

HN member
Joined
Thu, Aug 23, 2018, 2:52 AM UTC
HN karma
38
Public activity
22 items

About caffeinated_me

No profile information was provided.

Recent public activity

  1. comment
    Comment #48704731

    Yeah, I'm probably misremembering some details there. Thanks

  2. comment
    Comment #48704242

    Do you have any benchmarks with a mix of long open transactions and short ones? I've struggled a lot with WAL-E in the past there, and am curious if that changes here.

  3. comment
    Comment #46918508

    Looks like that still has downtime for a Postgres migration- you're suggesting going into maintenance mode and just doing a dump/restore. I've seen that take hours once you hit the…

  4. comment
    Comment #46770567

    Thanks! Out of curiosity, does the NVME have a big effect on replication throughput? I've been wondering how much trouble I've had with other solutions is due to parsing WAL and ho…

  5. comment
    Comment #46770075

    It sounds like you're doing something similar to how Databricks works now that they've acquired neon, or Snowflake now that they got Crunchy. I'm guessing the local SSD is a big ad…

  6. comment
    Comment #44800656

    I've linked this elsewhere in thread, but here's testing results from a US Navy pilot project for carbon fiber unmanned subs. It looks like this found it pretty viable. https://app…

  7. comment
    Comment #44800629

    This isn't the first carbon fiber submarine, although it is the first manned one. The US Navy tried out an unmanned model in the 80s, and got much better results- they were expecti…

  8. comment
    Comment #44573732

    Good find! I've seen similar behavior before and was wondering why it wasn't easy to stop. This isn't the only place Postgres can act like this, though. I've seen similar behavior …

  9. comment
    Comment #43990748

    I'd argue that horizontally sharded databases can work well, but they do tend to have significant non obvious tradeoffs that can be pretty painful. There's a handful of companies t…

  10. comment
    Comment #43368322

    It can be great, depending on your schema and planned growth. Questions I'd be asking in your shoes: 1. Does the schema have an obvious column to use for distribution? You'll proba…

  11. comment
    Comment #43367238

    For a multi-tenant use case, yeah, pretty close to thinking about partitioning. For other use cases, there can be big gains from cross-shard queries that you can't really match wit…

  12. comment
    Comment #43365703

    Depends on your schema, really. The hard part is choosing a distribution key to use for sharding- if you've got something like tenant ID that's in most of your queries and big tabl…

  13. comment
    Comment #43365418

    Seems like this is a similar philosophy, but is missing a bunch of things the Citus coordinator provides. From the article, I'm guessing Citus is better at cross-shard queries, SQL…

  14. comment
    Comment #42391357

    Any recommendations on telehealth suppliers to contact for that compounded formulation? They're easy to find, but I'm not sure who is trustworthy on this topic.

  15. comment
    Comment #39269144

    I've generally found something similar- lots of gotchas, but also some very useful products. The best way I've found to approach it is to treat GCP as something that has to be eval…

  16. comment
    Comment #39095487

    I believe they're referring to the short story of The Road Not Taken, by Turtledove. https://en.wikipedia.org/wiki/The_Road_Not_Taken_(short_stor... PDF of story: https://www.eyeof…

  17. comment
    Comment #37837422

    The article mentions a need for primary keys for data sync. Does anyone know if compound primary keys are currently supported? That's been a huge pain for me with the existing stac…

  18. comment
    Comment #34623354

    Was that break on Market Street, out of curiosity? After a related incident, I discovered that I was now the 5th co-worker a friend had that had broken a wrist or leg there.

  19. comment
    Comment #32573446

    We did some trials and ended up on Crunchy Data for the Postgres part of the equation. Wish we had done so earlier, logical replication was a big win. Sadly, we're still using Hero…

  20. comment
    Comment #30066123

    I've seen ZFS being used with Postgres in a few different environments. Seems to work fine for the most part- surprisingly good compression (~8X in one case, usually lower), with t…

  21. comment
    Comment #29244162

    My company was seeing GCP Airflow environments not responding, but they seem to have recovered in the past few minutes.

  22. comment
    Comment #17824175

    This seems to have some fairly scary security implications if used maliciously, but I can't think of a good way to protect against this. Does anyone know of a browser extension to …