ghosts-network / gateway

RESTful public API for GhostNetwork education project
1 stars 5 forks source link

Performance improvement #18

Closed volodymyr-borodin closed 3 years ago

volodymyr-borodin commented 3 years ago

To aggregate data for news feed search Gateway makes one http call for fetching information about publications and then makes http call for fetch comments for each publication. For huge amount of publication such way of agrigation is highly ineffective. The same problem exists for featching reactions for each publication