Skip to content

PLAY-111 Optimize AccessControlEntry storage layout

Sergey Sokolenko requested to merge PLAY-111-optimize-acl into master

This commit smashes separate allow/deny DomainActionEntry collections into single json serialized fields on AccessControlEntry, thus dramatically reducing the number of total db records and avoiding extra JOIN queries.

Closes PLAY-111

Merge request reports