Skip to main content

Difference between the Tuned Large and Tuned Small settings for the SYS Full Refresh Algorithm reports switch

In this article, we explain the difference between the Tuned Large and Tuned Small settings for the SYS Full Refresh Algorithm switch.

Y
Written by Yusef Abulaynain
Updated over 5 months ago

The switch SYS Full Refresh Algorithm is only present in Oracle.

This is used during Full Refresh of the dm_cached_form_ans table and has two possible values:

Tuned Large

If set to Tuned Large, Short text answers and Long text answers are loaded into dm_cached_form_ans using a concept of Bulk Collect, meaning the data is committed after inserting every 1000 rows in a loop. Numeric, Boolean, Date answers are loaded and committed in the end once for each of the answer type.

Tuned Small

If set to Tuned Small, Short text answers, Long text answers, Numeric, Boolean, Date answers are loaded and committed in the once for each of the answer type.

Did this answer your question?