You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[swssconfig] Optimize performance of swssconfig (#2336)
- What I did
Optimize swssconfig:
1. Use unix socket
2. Cache producer table to avoid create it for same table name
- Why I did it
We found that generating large scale static routes via swssconfig is very slow.
- How I verified it
After the optimization, generating 100K routes via swssconfig take 2 seconds, however, before the optimization it takes > 60 seconds.
0 commit comments