O olof Member² Oct 20, 2003 #1 Hi, when I try to view or edit a view (not all, just one), I have to wait some minutes before the text of the view appears. In the user_views view, I can see the text instantaneously. Any idea ? Thanks !
Hi, when I try to view or edit a view (not all, just one), I have to wait some minutes before the text of the view appears. In the user_views view, I can see the text instantaneously. Any idea ? Thanks !
A amaury Member² Oct 20, 2003 #1 user_views contains the text of the view, but without the list of columns. So the "edit view" command has to "describe" the view to get this list. I guess that "select * from myview where 1=0" makes you wait as long... Amaury
user_views contains the text of the view, but without the list of columns. So the "edit view" command has to "describe" the view to get this list. I guess that "select * from myview where 1=0" makes you wait as long... Amaury
Marco Kalter Administrator Staff member Oct 20, 2003 #1 This can take a long time if any of the referenced objects are invalidated. ------------------ Marco Kalter Allround Automations
This can take a long time if any of the referenced objects are invalidated. ------------------ Marco Kalter Allround Automations
O olof Member² Oct 21, 2003 #1 Amaury : Hi, select * from where 1=0 take no long. Just one second. mkalter : Hi, my view is based on one another view and 11 tables. And the view is valide ! ...
Amaury : Hi, select * from where 1=0 take no long. Just one second. mkalter : Hi, my view is based on one another view and 11 tables. And the view is valide ! ...
Marco Kalter Administrator Staff member Oct 21, 2003 #1 I will look into this. ------------------ Marco Kalter Allround Automations