on 2013 Oct 11 7:32 AM
Hi All
We recently had an issue where the interface need to transfer 145000 rows but MII transferred only 120000 rows, that figure rings a bell about the upper limit on rowcount that MII query template has. Is that the max no of rows that MII can pick?
Thanks
Rupesh
Request clarification before answering.
Rupesh,
if you are using MII 12.1 >= SP10 or MII 12.2 >= SP4, then you can change the limit of the RowCount
from 120.000 to xxx.xxx under AdminMenu -> System Management -> System Properties -> Maximum Rowcount.
Please keep in mind, that increasing of the parameter will slow down the query.
BR
Pedro
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Pedro
This is good to know, and glad that the the version that we have has this option.
Only thing I will have to check is, increasing the count here should not affect the performance of queries which are not expecting big amount of data.
Regards
Rupesh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Rupesh,
What you can do is, after setting a maximum limit on the number of rows that MII queries can return using the property on System Management screen, locally overwrite this number on the queries which are not expecting big data on the 'General' tab, in 'Row Count' property.
In other words, setting 'MaxRowCount' property on the System Management screen sets it for all queries globally. But you can overwrite this property locally for each query also, in the 'General' properties tab of your queries on the WorkBench and set the property 'Row Count' for those queries which are not expecting data as big.
Thanks,
Rutika
User | Count |
---|---|
11 | |
2 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.