This bug was initially created as a copy of Bug #1968569 Description of problem: When creating a network policy in ovn-kubernetes that selects a lot of pods, it is very inefficient. This is because it executes multiple (1-4) nbdb transactions for each pod selected by the policy. We can fix this by being smart and bulk-processing pods on policy creation. How reproducible: Very Steps to Reproduce: 1. Create 100-200 pods in a cluster 2. Create a policy that selects those pods 3. Watch to see that it takes 10s of seconds for the policy to take effect
*** This bug has been marked as a duplicate of bug 1996729 ***