I have a table for data, when I get a request, I make a sql request to db for data with first filters ( like “year”: 2020 – 2024). After that I get a request with additional filter ( like month January – March). What is better: to make a request to db again or to store data in .xml or other formate and then add sort data with additional filter by code? Take in attention, that db stores a lot of records. Thanks for your answers!
I expect better performance and the right approach to such a task
CrossoWar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.