|
|
Archives of the TeradataForum
Message Posted: Fri, 27 Nov 2009 @ 15:56:47 GMT
Subj: | | Re: Number of sessions |
|
From: | | Victor Sokovin |
Hi Joerg,
| As far as I know the session are limited to 250 by default per PE for V12 Demo (or is it 120 as for prior versions?). | |
| Does anyone know how to increase the sessions on a quick way? We need to have 360 sessions minimum or even more if possible. I am searching
right now thru the docs but could not find anything appropriate. I also searched the forum but so far I found nothing specific. | |
This is just to check whether the BI tools can connect via ODBC or JDBC. If so, then you have the option of using connection pooling, i.e.,
the mechanism which allows to balance SQL requests across existing sessions, without opening too many new sessions. Obviously, there will be
performance impact if the requests have to wait in the queue for some time but at least you can complete the testing. Does it sound like something
you could consider?
Victor
| |