I have a folder where I have a big quantity of documents. The problem is that the 95 % ot the accesses to the documents inside this folder, the user only needs to see the documents that he can modify - It exists one role ROL_1 created for this -, but the other 5 % he needs to see ALL documents - it exists another role ROL_2 created for this -. When you see all documents it works slowly, so I want to manage two different ways to access to the documents, and the user will work faster most of the time. It would be easy to solve this problem having two different users accounts to this different roles, but I want so resolve this problem without to create more users accounts...
Is it possible to satisfy this requirement??