added a comment -
2004-11-09 10:37 list.jsp hard on database
The list.jsp may generate queries that makes system performance go down to zero. The strange thing is that i did not notice this problem in 1.6.5 and 1.7.0
For example the two editwizards which i had to remove are:
/mmbase/edit/wizard/jsp/list.jsp
?wizard=wizards/articles/articles_news
&startnodes=calendar_template,event_template (<= two startnodes)
&nodepath=templates,pages,articles
&fields=pages.title,articles.title,articles.quotetitle
&orderby=articles.title
&directions=up
&search=yes
/mmbase/edit/wizard/jsp/list.jsp
?wizard=wizards/articles/articles_news
&startnodes=calendar_template
&nodepath=templates,pages,articles
&fields=pages.title,articles.title,articles.quotetitle
&orderby=articles.title,articles.quotetitle (<= two orderby criteria)
&directions=up,up
&search=yes
The list.jsp may generate queries that makes system performance go down to zero. The strange thing is that i did not notice this problem in 1.6.5 and 1.7.0
For example the two editwizards which i had to remove are:
/mmbase/edit/wizard/jsp/list.jsp
?wizard=wizards/articles/articles_news
&startnodes=calendar_template,event_template (<= two startnodes)
&nodepath=templates,pages,articles
&fields=pages.title,articles.title,articles.quotetitle
&orderby=articles.title
&directions=up
&search=yes
/mmbase/edit/wizard/jsp/list.jsp
?wizard=wizards/articles/articles_news
&startnodes=calendar_template
&nodepath=templates,pages,articles
&fields=pages.title,articles.title,articles.quotetitle
&orderby=articles.title,articles.quotetitle (<= two orderby criteria)
&directions=up,up
&search=yes