Add oci8.prefetch_lob_size

This commit is contained in:
Christopher Jones 2021-11-12 17:59:22 +11:00
parent e96f980fcc
commit 9cd7f41fac
No known key found for this signature in database
GPG key ID: F3DF7046B54073C9
11 changed files with 226 additions and 23 deletions

View file

@ -1256,7 +1256,7 @@ mysqlnd.collect_memory_statistics = Off
;oci8.ping_interval = 60
; Connection: Set this to a user chosen connection class to be used
; for all pooled server requests with Oracle 11g Database Resident
; for all pooled server requests with Oracle Database Resident
; Connection Pooling (DRCP). To use DRCP, this value should be set to
; the same string for all web servers running the same application,
; the database pool must be configured, and the connection string must
@ -1278,6 +1278,13 @@ mysqlnd.collect_memory_statistics = Off
; https://php.net/oci8.default-prefetch
;oci8.default_prefetch = 100
; Tuning: Sets the amount of LOB data that is internally returned from
; Oracle Database when an Oracle LOB locator is initially retrieved as
; part of a query. Setting this can improve performance by reducing
; round-trips.
; https://php.net/oci8.prefetch-lob-size
; oci8.prefetch_lob_size = 0
; Compatibility. Using On means oci_close() will not close
; oci_connect() and oci_new_connect() connections.
; https://php.net/oci8.old-oci-close-semantics