Hacker News new | ask | show | jobs
by CptCodeMonkey 4502 days ago
Knowing some of the FC people first hand, MongoDB did actually serve them fairly well for a substantial amount of time. Until they started hitting max limits, it didn't really make sense to move to c.

Going straight to C or something like it would have been almost cargo-cultish ( eg If we build industrial strength, we will get industrial levels of traffic ).

3 comments

It sounds like you're assuming that productivity and power are opposites. Four years ago or even two, Cassandra was much harder to develop against than MongoDB, but that's not the case today.
Just as a historical note, I meant to type C Star ( C\* ) but HN's formatting changed c\* into C. C\* is shorthand for Cassandra.
Exactly. Can you imagine all of the Java/C developers telling Ruby developers that they are idiots and don't know anything about programming ? Simply because they choose a technology that is designed for developer productivity at the expense of scalability.

Because that what seems to happen for every database discussion.

The better comparison would be to PHP, and indeed, no one should ever use tools of quality as poor as PHP or MongoDB.
>Can you imagine all of the Java/C developers telling Ruby developers that they are idiots and don't know anything about programming ?

Unfortunately this seems to happen all the time.

No, because Ruby also runs on the JVM/.NET and has native code compilers available.