I love how Django CMS handles the concept of "pages", breaking them into 
placeholders/plugins with a nice workflow, while deferring data modelling 
to Django. 

I am considering using it for a SaaS offering, in which each tenant would 
get their own "site". So there would be hundreds, possibly thousands, of 
sites. However, each site would get minimal traffic. For sysadmin 
simplicity, I don't want to manage separate databases. I would like to use 
Django's built-in sites framework with a separate virtualhost (with its own 
settings.py) for each site, all stored in the same database. 

Are there any performance considerations with Django CMS when the number of 
sites and pages gets very large? Lets say I have 3,000 sites with 150 pages 
per site, all stored in the same DB. 

-- 
Message URL: 
https://groups.google.com/d/msg/django-cms-developers/topic-id/message-id
Unsubscribe: send a message to 
django-cms-developers+unsubscr...@googlegroups.com
--- 
You received this message because you are subscribed to the Google Groups 
"django CMS developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-cms-developers+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/django-cms-developers/fdc94419-5e30-4030-bcf7-8044e24d078e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to