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
{{ message }}
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.
Describe the bug
We meet this problem in a long running application. When the queries, which contains get_json_object in Project or Filter, has been run multiple times, we find the performance is severely degraded. The flame graph shows that there is a problem of multi-threaded contention for locks, and the problem disappears when there is only one thread in executor.
The text was updated successfully, but these errors were encountered:
Describe the bug
We meet this problem in a long running application. When the queries, which contains get_json_object in Project or Filter, has been run multiple times, we find the performance is severely degraded. The flame graph shows that there is a problem of multi-threaded contention for locks, and the problem disappears when there is only one thread in executor.
The text was updated successfully, but these errors were encountered: