Add antipatterns repo
This commit is contained in:
18
antipatterns/scalability-antipatterns.md
Normal file
18
antipatterns/scalability-antipatterns.md
Normal file
@@ -0,0 +1,18 @@
|
||||
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
# Table of Contents
|
||||
|
||||
- [Not paging a database query](#not-paging-a-database-query)
|
||||
- [Returning whole objects where primary key would suffice](#returning-whole-objects-where-primary-key-would-suffice)
|
||||
|
||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||
|
||||
Not paging a database query
|
||||
---------------------------
|
||||
|
||||
TODO
|
||||
|
||||
Returning whole objects where primary key would suffice
|
||||
-------------------------------------------------------
|
||||
|
||||
TODO
|
||||
Reference in New Issue
Block a user