RE: Multiple databases performance

Tech-Archive recommends: Fix windows errors by optimizing your registry




The approach is fine if you expect the the load on the server will max out
the server resource before the number of databases becomes too large.
Personally, I'd consider hundreds of databases on a single server to be too
large.

But from your description of the load, the traffic is so light that the
number of databases may cause a maintnenance issue before any real computing
resource (CPU, memory, disk I/Os, etc) becomes a bottleneck.

If the second sceanrio is more likely, you may want to consider partitioning
your data inside the same database instead.

Linchi

"Jonny Bergdahl" wrote:

I have developed a system that potentially will be run by thousands of
customers. In order to make it easy to partition the system on multiple
servers, I have opted to use a separate database for each customer. That
way, as the number of customers grow, I can easily add SQL servers to divide
the load.

The number of transactions for each database is low, typically we have 3
transactions/hour with a typical peak usage of 120 transactions/hour.

Are there any special issues in such a setup? What is the performance issues
of using a large number of databases? How many databases will I be able to
handle on each server?

Regards;
/jb


.



Relevant Pages

  • Re: AS2005 ... what is wrong with it?
    ... What I have seen is that the dev server is *faster* than the prod server ... And does your dev server also have all 6 databases with all these roles? ... When I restore the "PROV" i got approx 20 sec. ... Starting from an empty data folder should show if this theory is true ...
    (microsoft.public.sqlserver.olap)
  • 2nd Post - Trouble Getting VS.Net 2003 WalkThrough working
    ... the server. ... MSDE either from the Setup or from the SQL2KDeskSP3 execute. ... it does look like some of the sample databases have been ... >> and they directed me to install MSDE and they attached a ConfigSamples ...
    (microsoft.public.sqlserver.msde)
  • RE: Server Explorer & Databases
    ... As for the visual studio's database server explorer, ... oracle, visual studio generally use the OLD DB provider which is for Oracle ... and support of most general funcctionalitis in latest version of Oracle. ... #Server Explorer for Oracle Databases ...
    (microsoft.public.vsnet.ide)
  • Re: 2nd Post - Trouble Getting VS.Net 2003 WalkThrough working
    ... The fact that the other databases exists phyiscally doesn´t mean that they ... can try to connect to SQL Server using OSL or a GUI. ... The Command OSQL ist for the commandline under DOS. ... > this MSDE either from the Setup or from the SQL2KDeskSP3 execute. ...
    (microsoft.public.sqlserver.msde)
  • Re: Seperate Databases and Business Logic.. SQL vs. .NET code?? Design Ideas/Differences
    ... Say a particular shop has a few critical SQL Databases that are not ... it's been stated that we will not server link. ... and reporting and online can accept day- ...
    (microsoft.public.dotnet.framework.aspnet)