Live data from Hacker News

Viewing profile — bdarfler

bdarfler

HN member
Joined
Tue, Feb 01, 2011, 8:58 PM UTC
HN karma
17
Public activity
20 items

About bdarfler

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #13851167

    Looks like AWS recommends TSC as well. https://www.slideshare.net/AmazonWebServices/cmp402-amazon-e...

  3. comment
    Comment #12508991

    Thanks to gorhill there is now an update to uBlock to address this. https://twitter.com/gorhill/status/776183271210229760

  4. story
  5. comment
    Comment #11359980

    I keep meaning to try out https://perch.co/ .

  6. comment
    Comment #10473668

    You are exactly right, however Vertica already handles the data locality, columnar data storage and data compression for us. Vertica is so good at its job that we are CPU bound on …

  7. comment
    Comment #10473649

    There is always a balance here between CPU and IO. For a long time databases and big data platforms were pretty terrible with IO. However, as the computer engineering community has…

  8. story
  9. story
  10. story
  11. story
    NoSQL Database Comparison

    I got tired of remembering all the features of the various NoSQL dbs. Here’s a site for all to use. Please help contribute.

  12. comment
    Comment #5720153

    http://foundationdb.com/ supports multiple doc transactions.

  13. story
  14. story
  15. comment
    Comment #3202698

    Go to 10gens site. Watch some of the videos and see the huge volume of data (in TPS or in TBs) that people are working with. Go on the google group and see what problems people hav…

  16. comment
    Comment #3202689

    We easily support 10s of millions of writes and reads against Mongo per hour on a very small (single digit) number of shards in the cloud (i.e. crappy disk I/O). While that is arou…

  17. comment
    Comment #3202676

    Yah, MySql 4.0 sucked, thats why I don't use 5.5 now. Come on.

  18. comment
    Comment #2687817

    It seems a bit disingenuous to post slides now reviewing a year old version of MongoDB that is almost 3 major revs behind. These days auto-sharding works and works well. There is a…

  19. comment
    Comment #2687757

    Some/M=most Mongodb client libraries can do this for you. I can see arguments both ways to keep it in the server or keep it in the client library. 10gen does a hell of a job suppor…

  20. comment
    Comment #2687745

    As mathias_10gen points out below this is the default behavior of ObjectId. You just have to be carful if you decide to override the _id field.