Back to Professional Programming

Scalability Antipatterns

antipatterns/scalability-antipatterns.md

latest534 B
Original Source
<!-- 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

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