Is there a performance benefit to assign different ports to different
databases? When SQL connections are made from applications to the
databases, if more than one database is in one instance, then all the
network traffic is going to that one instance level port, is that ok?
Please comment.
Thanks,
Yasaswi
> > In a given instance if there are three databases is it possible to
> > have a unique port for each database? Even further is it possible to
[quoted text clipped - 3 lines]
>
> Why would you want to do this?
Ian - 21 Nov 2004 02:42 GMT
> Is there a performance benefit to assign different ports to different
> databases? When SQL connections are made from applications to the
> databases, if more than one database is in one instance, then all the
> network traffic is going to that one instance level port, is that ok?
> Please comment.
It's highly unlikely that you will see an issue of contention on one
port. It is possible that a single TCP connection manager could get
swamped -- but that is why there's a registry variable (DB2TCPCONNMGRS)
that allows you to control this. I've worked on systems with thousands
of users connecting through one port without issue.