pdo-via-oci8 icon indicating copy to clipboard operation
pdo-via-oci8 copied to clipboard

[2.x] WIP: Improve fetchAll performance using oci_fetch_all

Open yajra opened this issue 2 years ago • 0 comments

This PR aims to improve fetchAll method by utilizing oci_fetch_all. Current implement causes like an N+1 side effect which calls fetch method multiple times depending on the numbers of rows returned.

yajra avatar Jun 28 '22 11:06 yajra