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
[Explorer] Execution failed for question 9b32491d-5a4b-4fed-8e8d-8378dcdb7e7f: What is the absolute average response time (in hours) for issues, in @surrealdb organization each month?
#1679
Open
naisofly opened this issue
Nov 7, 2023
· 0 comments
other error for mpp stream: Code: 0, e.displayText() = DB::TiFlashException: Memory limit (total) exceeded caused by 'RSS(Resident Set Size) much larger than limit' : process memory size would be 28.75 GiB for (attempt to allocate chunk of 2093056 bytes), limit of memory for data computing : 27.68 GiB. Memory Usage of Storage: non-query: peak=0.00 B, amount=0.00 B; query-storage-task: peak=15.84 MiB, amount=0.00 B; fetch-pages: peak=15.84 MiB, amount=0.00 B., e.what() = DB::TiFlashException,
Generated SQL
SELECT
DATE_FORMAT(ge.created_at, '%Y-%m-01') AS t_month,
AVG(
TIMESTAMPDIFF(
HOUR,
ge.pr_or_issue_created_at,
(
SELECTMIN(ge2.created_at)
FROM
github_events ge2
WHEREge2.pr_or_issue_id=ge.pr_or_issue_idANDge2.type='IssueCommentEvent'
)
)
) AS avg_response_time
FROM
github_events ge
JOIN github_repos gr ONge.repo_id=gr.repo_idJOIN github_users gu ONge.actor_id=gu.idWHEREge.type='IssueCommentEvent'ANDgu.organization='surrealdb'GROUP BY
t_month
ORDER BY
t_month ASC
The text was updated successfully, but these errors were encountered:
Hi, It's failed to execute the question 9b32491d-5a4b-4fed-8e8d-8378dcdb7e7f What is the absolute average response time (in hours) for issues, in @surrealdb organization each month? (errorType = error-query-execute):
Error message
Generated SQL
The text was updated successfully, but these errors were encountered: