Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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.
- Loading branch information