mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Add oci_set_prefetch_lob()
This commit is contained in:
parent
6606cc04fe
commit
ac91b83ceb
12 changed files with 298 additions and 60 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue