UrlsController/src/main/java/eu/openaire/urls_controller/controllers
Lampros Smyrnaios 15224c6468 Improve performance in the "getUrls"-endpoint, and more:
- Optimize the "findAssignmentsQuery" by using an inner limit (larger than the outer).
- Save a ton of time from inserting the assignments into the database, by using a temporal table to hold the new assignments, in order for them to be easily accessible both from the Controller (which processes them and send them to the Worker) and the database itself, in order to "import" them into the "assignment"-table.
- Replace the "Date" with "Timestamp", in order to hold more detailed information.
- Code cleanup.
2021-11-30 19:59:46 +02:00
..
GeneralController.java - Add the "isControllerAlive"-endpoint. 2021-09-23 15:08:52 +03:00
ImpalaController.java Improve performance in the "getUrls"-endpoint, and more: 2021-11-30 19:59:46 +02:00
UrlController.java Improve performance in the "getUrls"-endpoint, and more: 2021-11-30 19:59:46 +02:00