Right now I am offering some services on an ASP model that uses a
single database. The tables are normalized to use the unique client ID
when performing a query. Wouldn't it be simpler if I just create a
separate database for each client? This way the overheads in querying
the database are reduced and when termination of the account, I just
drop the database. What is the best design for such applications?
Krishna Srinivasan.
single database. The tables are normalized to use the unique client ID
when performing a query. Wouldn't it be simpler if I just create a
separate database for each client? This way the overheads in querying
the database are reduced and when termination of the account, I just
drop the database. What is the best design for such applications?
Krishna Srinivasan.
Comment