In an Oracle database I have like more than 178692 rows regarding to a store items. I need to develop regular web application using java and front-end will be plain html. is there any caching modular way to retrieve data from the front-end.
Bellow are my column headers and are all String of data type.
enterITM_DESC = *CHOCBOX WHITE CHOCOLA.BAR 50G,
ITEM_CODE=GRCO66760,
PLU_CODE =23270 code here
I need my searching functionality to be implemented item_desc and item_code will be the key for any instance. Your help matters a lot thanks in advance.