First of all , any DBMS that is misused by design or in operation will give 
poor performance.. There is an excellent mature database available for 
Django developers, PostgreSQL. It works fine on the same machine as you are 
developing on.

MongoDB is NOT a suitable DB for general purposes. It is fine for 
documents, less good for being updated, particularly as it locks tables 
when updating or inserting.

Make sure your generated database is checked by somebody who knows about 
databases.

R+C

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/6007019b-b007-4d46-adab-4dcbf16b0e7d%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to