Hi all,

I'm about to develop a new application using TG2. I used to use it with PostgreSQL and MySQL; I'm asking myself if it would not be better to use Ming / MongoDB.

I need authentication and the business stuff will be texts and images with related metadata (comments, tags, title, links between items, etc, etc).

The "model" is something like a polymorphism between texts and images (ie they are different but same metadata), etc.

The reasons why I'm not totally happy with MySQL backend is:
- I'd like to store images in the database itself (so that I have only one operation for backup, I do not need to manage synchronisation between files and database), - I'd like not to duplicate tables which would store tags for images/texts, comment threads for images/texts, etc

In term of database performance, I was told that it would be similar... So what would you advice to me? Ming Feedbacks?


Damien

--
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en.

Reply via email to