Insight security model with RTC 3.x updates

RTC 3.x introduces a more flexible security model that allows per-workitem access control. As someone who uses the security model that Insight provides, which is per-project, I'm concerned about how we're going to handle using this function in Insight.
Is there any documentation about how these pieces work together or suggested Insight updates to handle this?
Is there any documentation about how these pieces work together or suggested Insight updates to handle this?
3 answers

RTC 3.x introduces a more flexible security model that allows per-workitem access control. As someone who uses the security model that Insight provides, which is per-project, I'm concerned about how we're going to handle using this function in Insight.
Is there any documentation about how these pieces work together or suggested Insight updates to handle this?
If you need this feature, you will customize it. First, create workitem and resource lookup table just like RIODS.PROJECT_RESOURCE_LOOKUP of Insight data warehouse. Then extract related things into this customized table from RTC server by Data Manager. The 3rd thing is creating parameter in Framework Manager data model just like "IsSecurityEnabled" which Insight provided and customized data matrix definition. This is filter definition of FM data model. And finally publish your customized FM model. No changed will be needed for reports.
My concern is the performance when generating reports because this lookup relation is huge.