Viewing profile — bdarfler
bdarfler
HN member- Joined
- Tue, Feb 01, 2011, 8:58 PM UTC
- HN karma
- 17
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About bdarfler
No profile information was provided.
Recent public activity
- story
-
comment
Comment #13851167
Looks like AWS recommends TSC as well. https://www.slideshare.net/AmazonWebServices/cmp402-amazon-e...
-
comment
Comment #12508991
Thanks to gorhill there is now an update to uBlock to address this. https://twitter.com/gorhill/status/776183271210229760
- story
-
comment
Comment #11359980
I keep meaning to try out https://perch.co/ .
-
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 …
-
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…
- story
- story
- story
-
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.
-
comment
Comment #5720153
http://foundationdb.com/ supports multiple doc transactions.
- story
- story
-
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…
-
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…
-
comment
Comment #3202676
Yah, MySql 4.0 sucked, thats why I don't use 5.5 now. Come on.
-
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…
-
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…
-
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.