sql icon indicating copy to clipboard operation
sql copied to clipboard

Improve the branching strategy in the code around SQL_PAGINATION_API_SEARCH_AFTER check

Open manasvinibs opened this issue 6 months ago • 1 comments

We have introduced SQL_PAGINATION_API_SEARCH_AFTER config settings to choose the approach used for pagination queries. The default value is true today which uses Point in time with search_after API to paginate the results instead of existing scroll search API. Today we have branching strategy all across the code to support both the approaches. We need to get rid of this branching checks and improve the code or get rid of scroll approach once performance testing is done.

manasvinibs avatar Aug 22 '24 17:08 manasvinibs