mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Add oci8.prefetch_lob_size
This commit is contained in:
parent
e96f980fcc
commit
9cd7f41fac
11 changed files with 226 additions and 23 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue