this is a vague and open ended question, is this a multi-tenancy application? does each client have their own database? or is that the question? if its multi tenancy, Id probably give each client a different database, why not?
On Apr 4, 2014, at 12:58 PM, Richard Gerd Kuesters <[email protected]> wrote: > hi all! > > i have a question about sqlalchemy and database design. > > i'm developing an app, where each client may receive an alert about the total > space usage of their data (files and database), so, using postgresql, i can > get them (data usage size) using a different tablespace, database or schema, > if i'm not wrong. given these premises, which is the best way to design my > database using sqlalchemy, having in mind that I need also to integrate the > client databases to the "core" database? > > my best regards, > richard. > > -- > You received this message because you are subscribed to the Google Groups > "sqlalchemy" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sqlalchemy. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sqlalchemy. For more options, visit https://groups.google.com/d/optout.
