I currently have a web-application that implements a rudimentary form of ACL using UNIONs in mysql, but it's somewhat limited, and doesn't necessarily scale that well
I'm interested in any alternative ACL algorithms that could be implemented efficiently in SQL.
Thanks!