typedb / typedb-studio

TypeDB Studio (IDE)
https://typedb.com
Mozilla Public License 2.0
191 stars 44 forks source link

Reasoning-heavy query hangs, but worked in a previous version #538

Closed alexjpwalker closed 2 years ago

alexjpwalker commented 2 years ago

Problem to Solve

We have a reasoning-heavy query that hangs, but it worked fine in Studio Alpha 2.4.0 and returned answers in 2 seconds.

The query is

match 
$bank isa bank; 
$risk isa risk-score, has risk-level "high"; 
($risk, $bank); 

Proposed Solution

We need to investigate what on earth is going on here.

alexjpwalker commented 2 years ago

This issue is no longer reproducible, perhaps due to the various reliability improvements made over the last week.