add clour performance anti-patterns from mspnp

This commit is contained in:
Damian Gryski 2019-04-02 23:49:38 -07:00
parent f74798a71f
commit 713f41a81b

View File

@ -1125,6 +1125,7 @@ tip.golang.org/doc/diagnostics.html
* distributed tracing to track bottlenecks at a higher level
* query patterns for querying a single server instead of in bulk
* your performance issues may not be your code, but you'll have to work around them anyway
* https://docs.microsoft.com/en-us/azure/architecture/antipatterns/
## Appendix: Implementing Research Papers