Improving LOV Performance with Large Dataset in JDeveloper 12.2.1.3.0
Hi Community,
We are currently using JDeveloper 12.2.1.3.0 and facing a performance issue with an LOV that contains around 10,000 records. When users click the dropdown (based on af:inputComboboxListOfValues / LOV component), it takes significant time to load, which is impacting the user experience.
Requirement
To improve performance, we are considering implementing a progressive loading (pagination-like) approach:
- Initially load only 10 records when the dropdown is opened.
- Display a "Load More" option at the bottom of the list.
- When "Load More" is selected, fetch the next 10 records and append them (without fully reloading the component).
Challenge
During our research, we found that:
af:inputComboboxListOfValues