You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@bsrdjan
Thanks for the library,As part of our project we were initally using SAPJCO3 jar to fetch data from ABAP,but as the data size is high,JVM gives OutOfMemoryException and we noticed that there was not Chunking options in JCO ,we tried for an alternative .We found this librar,would like to know the chunking available in noderfc?
Saw the below issues
[https://stackoverflow.com/questions/49691298/chunking-big-datasets-in-pyrfc-possible/51862805#51862805](chunking in PyRcc) Memory Consumption reduced to Half
If chunking isnot possible and need to do mutiple calls ,to same function,is there an internal counter that next request should fetch the next subset (say next 1000 rows) and not the already read rows in ABAP ?
Regards,
Faizal
The text was updated successfully, but these errors were encountered:
@bsrdjan
Thanks for the library,As part of our project we were initally using SAPJCO3 jar to fetch data from ABAP,but as the data size is high,JVM gives OutOfMemoryException and we noticed that there was not Chunking options in JCO ,we tried for an alternative .We found this librar,would like to know the chunking available in noderfc?
Saw the below issues
[https://stackoverflow.com/questions/49691298/chunking-big-datasets-in-pyrfc-possible/51862805#51862805](chunking in PyRcc)
Memory Consumption reduced to Half
If chunking isnot possible and need to do mutiple calls ,to same function,is there an internal counter that next request should fetch the next subset (say next 1000 rows) and not the already read rows in ABAP ?
Regards,
Faizal
The text was updated successfully, but these errors were encountered: