|
|
|
|
|
by mtkd
5471 days ago
|
|
Or choose technology based on requirements. If the port to SQL was so easy and used half the storage and didn't appear to impact performance - it was possibly the better solution in the first place. Mongodb is awesome - one of best technologies I've played with in a long while - but don't be too quick to write SQL off - especially if you have a lot of relationships. Off topic - prototyping in Rails with Mongoid and the schemaless Mongodb underneath is frictionless - it's a step change in speed from prototyping with SQL. |
|
I'm working on a project where documents seem to work particularly well, though the core of the project is still in MySQL. I decided to give Mongo a shot for what I'm working on, but posts like this are a reminder to constantly be evaluating the technology you choose to use.