Project

Profile

Help

Story #887

Updated by cduryee about 9 years ago

Currently there is a "commented out TODO in the scaling guide":https://github.com/pulp/pulp/blame/6a64819dbfc5a514f9be3ee28d0170464b8e0890/docs/user-guide/scaling.rst#L56 of the docs to add a sizing guide. 

 Deliverables: Here are some suggestions: 

 * Add a table to the doc including the repo sizes for CentOS6, CentOS7, and FC21. Maybe show both size at release and size increaes after 6 months FC21 as examples of errata. repository sizes. 
 * mention that we do lots of reads but only a few writes to content, since only one task at a time will be writing 
 * mention working dir feature that Dennis K did, and how the working dir can be on local disk 
 * It should also briefly explain that each publish of a content unit does not actually duplicate that unit. Pulp stores content units uniquely. 
 Pulp does store each version of a unit independently.

Back