cancel
Showing results for 
Search instead for 
Did you mean: 

High volune : proxy -jdbc

Former Member
0 Kudos

Hi

i have a proxy to jdbc scneario in which on the recv side i have a stored porcedure ,which takes an input from proxy request and on receiver side a table is created with the required input and PI can send this whole table by mapping jdbc response against proxy response. But my concen is that table can grow in size to a million records ,can PI pull million records using jdbc adapter ?

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

VijayKonam
Active Contributor
0 Kudos

Why dont you use "slect top" option in you sender JDBC communication channel query, if that is allowed.

VJ