UStAEnts / uems-hub

A hub project containing all microservices and frontend files for Union Event Management System (uems)
2 stars 0 forks source link

(vitineth/feature/efficiency): increasing efficiency via multi-id queries #108

Closed Vitineth closed 2 years ago

Vitineth commented 2 years ago

This increases efficiency of fetching events and other composite assets across the system by adding support for multi-ID queries. Instead of resolving each entry individually, you can now send a batch of IDs to be resolved into requests. Restructuring requests in gateway using these new multi-id queries has improved efficiency 54x approximately.

Vitineth commented 2 years ago