Forum OpenACS Development: Response to ACS 4.x won't scale (I hope I am wrong)

Collapse
Posted by Tom Jackson on

I am working with an ACS4.x system that has over 200,000 users, 2 million acs_objects, 400K rows in acs_permissions, 6 million rows in acs_permissions_all, 13 million rows in acs_object_grantee_priv_map, and an apparently uncountable number of rows in acs_object_party_privilege_map (I gave up after 20 minutes).

I have no problems with permission_p slowing things down. Am I just lucky? Maybe the pages make too many calls to permission_p?