Hi, I have 4TB database in phoenix, and receive error, when I load /projects page . But graphql request with same data works fast less 500 ms. How avoid this error ?
💡 Hint: Mention RunLLM in the thread for followups.
Have you specific github issue for this case ?
💡 Hint: Mention RunLLM in the thread for followups.
Both isses are close,
💡 Hint: Mention RunLLM in the thread for followups.
Hi Andrei. Is this happening only intermittently?
Yes, in average 50-70% times.
When huge load present, almost every time.
graphql request with same data works fast less 500 ms
How did you measure this? Were you looking at it in the network tab of the browser dev tools?
When huge load present, almost every time.
Do you see any errors in the network tab when the UI errors out?
there are two separate queries for the projects page as shown in the screenshot above. It could be that one of them is timing out
I have create PR, to fix this issue, please take a look. https://github.com/Arize-ai/phoenix/pull/13748
Thanks for the PR. Since project_rowid, start_time DESC is already indexed, perhaps we should sort by start_time instead
