1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Add oci_set_prefetch_lob()

This commit is contained in:
Christopher Jones
2021-11-28 12:06:25 +11:00
parent 6606cc04fe
commit ac91b83ceb
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