With SAContext each model can live in a different database but when
you scale big there are all kinds of ways things might need to be
partitioned:

* Some data gets accessed all the time while some other data is only
ever written.

* You could want that certain records are in certain databases. E.g.
users 1 to 1,000,000 , or news/articles/information stored by year.

* To use a separate database for each application that you mount
within the server. E.g. for a multi-blog application

Would it be possible all that with SAContext?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" 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/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to