You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: after key blocks from #986 are implemented, this problem will unlikely need anything else specifically, but still should be tested and re-measured.
Open a random dataset in demo environment, and queried show tables.
The query fails after 1 minutes with a server timeout:
Grafana tracing shows numerous schema queries for every dataset:
followed by endless repository read iterations:
Assuming this is caused with the following code fragment, that simply looks for SetDataSchema event in every dataset:
Depends on #986.
Note: after key blocks from #986 are implemented, this problem will unlikely need anything else specifically, but still should be tested and re-measured.
Open a random dataset in
demo
environment, and queriedshow tables
.The query fails after 1 minutes with a server timeout:
Grafana tracing shows numerous schema queries for every dataset:
followed by endless repository read iterations:
Assuming this is caused with the following code fragment, that simply looks for
SetDataSchema
event in every dataset:The text was updated successfully, but these errors were encountered: