This feature introduces a new parameter cursor_array_size.
By default it is set to a value of 1. By increase the size it will fetch more than one record improving performance in low latency networks by reducing the number of round trips to the database.
Increasing to a size of 10,000 is recommend to get a boost in performance for large tables. Be careful to not set too high as it will require additional memory.
This feature introduces a new parameter cursor_array_size.
By default it is set to a value of 1. By increase the size it will fetch more than one record improving performance in low latency networks by reducing the number of round trips to the database.
Increasing to a size of 10,000 is recommend to get a boost in performance for large tables. Be careful to not set too high as it will require additional memory.