Is there a way to implement multifetch over cursors? We are using PostgreSQL, Gixsql and GNU Cobol.
Our response time is critical as we process millons of record per day, so we need to avoid the roundtrip between the server running Cobol and the Database.
Is there a way to implement multifetch over cursors? We are using PostgreSQL, Gixsql and GNU Cobol.
Our response time is critical as we process millons of record per day, so we need to avoid the roundtrip between the server running Cobol and the Database.