Live data from Hacker News

Viewing profile — gatesvp1

gatesvp1

HN member
Joined
Mon, Apr 16, 2012, 4:25 PM UTC
HN karma
6
Public activity
5 items

About gatesvp1

No profile information was provided.

Recent public activity

  1. comment
    Comment #3848315

    This is a long-outstanding bug, over 2 years old now: https://jira.mongodb.org/browse/SERVER-863 Obviously you can vote for them to fix the bug. But it's been two years, so I'm not…

  2. comment
    Comment #3848299

    Not a personal attack as Catch is a neat product, but these numbers are basically irrelevant. This type of load can easily be handled by a simple SQL box. We did these types of #s …

  3. comment
    Comment #3848154

    The big thing here is cost. > If you put the above rules together, you can see that the minimum MySQL deployment is four servers: two in each of two colos... The ideal scenario is …

  4. comment
    Comment #3848096

    > A more "Mongo" approach is to migrate data as you need to; e.g. you pull in an older document and at that time add any missing fields. I think this works when you're talking abou…

  5. comment
    Comment #3848031

    So that's not actually "safe". If you issue an insert in the default "fire and forget" mode and that insert causes an error (say a duplicate key violation), no exception will be th…