Add oci_set_prefetch_lob()

This commit is contained in:
Christopher Jones 2021-11-28 12:06:25 +11:00
parent 6606cc04fe
commit ac91b83ceb
No known key found for this signature in database
GPG key ID: F3DF7046B54073C9
12 changed files with 298 additions and 60 deletions

View file

@ -1273,7 +1273,7 @@ mysqlnd.collect_memory_statistics = Off
; https://php.net/oci8.statement-cache-size
;oci8.statement_cache_size = 20
; Tuning: Enables statement prefetching and sets the default number of
; Tuning: Enables row prefetching and sets the default number of
; rows that will be fetched automatically after statement execution.
; https://php.net/oci8.default-prefetch
;oci8.default_prefetch = 100