pelagios / peripleo2

The Pelagios Exploration Engine
Other
21 stars 1 forks source link

Performance profiling: slow queries #207

Open rsimon opened 6 years ago

rsimon commented 6 years ago

Figure out where the current bottlenecks are. E.g. the query "inscriptions" takes a long time to answer, even when the time histogram is not computed. Figure out where the slow bits are.

rsimon commented 6 years ago

Note: in case of inscription the response is 750kB, so delay might be due to sheer size - retrieval, entity resolution, JSON (de-)serialization, etc.