Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bdarfler
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Innovating with Distributed Hackathons
(engineering.invisionapp.com)
18 points
by
bdarfler
6y ago
|
0 comments
2.
▲
by
bdarfler
10y ago
Looks like AWS recommends TSC as well. https://www.slideshare.net/AmazonWebServices/cmp402-amazon-e...
3.
▲
by
bdarfler
10y ago
Thanks to gorhill there is now an update to uBlock to address this. https://twitter.com/gorhill/status/776183271210229760
4.
▲
Testing AWS Scala Microservices
(eng.localytics.com)
11 points
by
bdarfler
10y ago
|
0 comments
5.
▲
by
bdarfler
10y ago
I keep meaning to try out https://perch.co/ .
6.
▲
by
bdarfler
11y ago
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 most queries and these types of strategies around reducing l
7.
▲
by
bdarfler
11y ago
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 had time to work with these problems we have gotten conside
8.
▲
Using Enumerations to Make a Faster Activity Feed in Rails
(blog.givegab.com)
8 points
by
bdarfler
13y ago
|
0 comments
9.
▲
11 Best Practices for Low Latency Systems
(codedependents.com)
3 points
by
bdarfler
13y ago
|
0 comments
10.
▲
Mathematical Purity in Distributed Systems: CRDTs Without Fear
(codedependents.com)
1 points
by
bdarfler
13y ago
|
0 comments
11.
▲
NoSQL Database Comparison
(nosqldbs.io)
1 points
by
bdarfler
13y ago
|
0 comments
12.
▲
by
bdarfler
13y ago
http://foundationdb.com/ supports multiple doc transactions.
13.
▲
Web Scale Analytics Reading List
(codedependents.com)
2 points
by
bdarfler
14y ago
|
0 comments
14.
▲
A Sequential I/O Reading List
(codedependents.com)
4 points
by
bdarfler
14y ago
|
0 comments
15.
▲
by
bdarfler
15y ago
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 have. Don't take an anonymous post on pastebin as the gospel.
16.
▲
by
bdarfler
15y ago
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 around an order of magnitude less than 30k a second I would be s
17.
▲
by
bdarfler
15y ago
Yah, MySql 4.0 sucked, thats why I don't use 5.5 now. Come on.
18.
▲
by
bdarfler
15y ago
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 learning curve to optimize it (i.e. picking a good shard ke
19.
▲
by
bdarfler
15y ago
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 supporting a wide variety of very good client libraries.
20.
▲
by
bdarfler
15y ago
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.