Replies: 1 comment 3 replies
-
Perhaps you can just close/not open Value panel |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using the grid view and a cell that is a foreign key is selected, the value panel will be filled with possible values. The values seem to be retrieved using a background task/query that can have a serious impact if the target the association has a large number of rows.
Example of the query used:
SELECT id dbvrvalue, id FROM tzc_corerepository."transaction" WHERE id < $1 ORDER BY id DESC
You can imagine the impact of this query when the table in question has millions of rows...
Is it possible to disable this behavior ?
Beta Was this translation helpful? Give feedback.
All reactions