graphsense / graphsense-REST

A REST service for accessing cryptocurrency data stored in Apache Cassandra.
MIT License
10 stars 8 forks source link

Fix entity retrieval performance issues / network connection errors. #79

Closed behas closed 1 year ago

behas commented 2 years ago

It seems that loading entities and associated tags really causes the troubles.

Maybe it makes sense to decouple loading entities from loading tags, i.e., first load the entities and then load the tags in a second request.

We should also check PG and evaluate query performance. Maybe it makes sense to compute some materialized views, which are updated nightly, in order to speed up querying of entity tags.