| 130 | new discovers |
| 131 | * everything in application should be stored in document-oriented db, instead of relational one, because it is much more faster and much more easy extended. |
| 132 | * [http://www.peterbe.com/plog/speed-test-between-django_mongokit-and-postgresql_psycopg2 mongo vs postgre] |
| 133 | * [http://blog.boxedice.com/2010/02/28/notes-from-a-production-mongodb-deployment/ mongodb after year in production] |
| 134 | * [http://ivoras.sharanet.org/blog/tree/2010-02-20.mongodb-and-durability.html interesting reading about mongodb] |
| 135 | |
| 136 | * [http://simonwillison.net/static/2010/redis-tutorial/ redis] is better for some special tasks than memcached - really worth to study |
| 137 | * [http://lucene.apache.org/solr/#intro Solr] when using mongodb - this is better than sphinxsearch (maybe it is better completely) |
| 138 | |