rwth-acis / REST-OCD-Services

This repository contains the OCD service of WebOCD. In the repository, java based codes of overlapping community detection algorithms (OCDA) can be found.
Apache License 2.0
14 stars 10 forks source link

Fix Memory Usage when fetching graphs overview #75

Open MaxKissgen opened 2 years ago

MaxKissgen commented 2 years ago

When a user, for example through the webclients graph table, fetches the overview of all graphs over the ocd/graphs endpoint, an overly large amount of memory seems to be accessed just for getting the necessary superficial information for these graphs. Especially when a user builds a larger collection of graphs this can lead to longer loading times for the overview and in the worst case overwhelm the service. Calling this endpoint therefore needs to consume much less graph memory