i have a database that has the ‘Don’t maintain unread marks’ checked.
But, i have two views that maintain unread marks … as my database is slow, can this be a problem ???
i konw that the documentation says that at the database level you can improve performance by checking the ‘Don’t maintain unread marks’. But i did not find anything at the view level.
correct, if you uncheck this checkbox in database property you will receive addition bonus in perfomance. but it is only one point where you have to look in.
also have to look into these 2 views inside, probably they have very complicated formula.
but there are a lot of articles about database perfomance:
this option is already checked. I was just wondering if the unread marks at the view level (index tab of the view properties) was something that could be a performance issue in a view of about 5000 documents…
I’ve read the articles on db performance… thanks for the links.