professional-programming/antipatterns/scalability-antipatterns.md

17 lines
535 B
Markdown

<!-- 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