Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Running at Scale on Parse - Tips for High-Traffic Apps
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 About Parse
- 3 Parse is Magic
- 4 Reliability
- 5 Performance Problems
- 6 Decisions
- 7 API Requests
- 8 Cloud Code
- 9 Too Many API Requests
- 10 Serial Requests
- 11 Database Principles
- 12 Recipe Book
- 13 Range Queries
- 14 More Than Less Than
- 15 Full Table Scan
- 16 Ordering
- 17 Indexing
- 18 Counting
- 19 Indexes
- 20 Why should you care
- 21 Lazyness
- 22 Query Caching
- 23 Save Less Often
- 24 Optimize Data Model
- 25 Help Reads
- 26 Document Size
- 27 Tradeoffs
- 28 Burst Limits