Home » RDBMS Server » Performance Tuning » Logical database design
|
|
|
|
|
Re: Logical database design [message #125566 is a reply to message #125504] |
Mon, 27 June 2005 13:20  |
andrew again
Messages: 2577 Registered: March 2000
|
Senior Member |
|
|
There are no specific parameters I know of specifically related to connection pooling. Are you talking about Oracle databse built in connection pooling/sharing capability mode (MTS = old name; shared server mode = new name). Or are you thinking about connection pooling from a middle tier like an application server?
Connection pooling is used to reduce the number connections (which each consume memory and other resourses) specifically when open connections are idle and there are a large number of concurrent users. OLTP is often characterised by large number of concurrent users and short individual transactions or queries. Reporting systems are often characterised by smaller numbers of users and having longer queries.
Database parameters would be influenced by the number of concurrent connections to the database. See PGA, large pool etc. parameters.
|
|
|
Goto Forum:
Current Time: Thu Jun 05 03:53:09 CDT 2025
|