explain-collective-independent-shift
Explain performance impact from collective to independent I/O shifts.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Explain performance impact from collective to independent I/O shifts.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Compare scientific variables with units, ranges, and quality caveats.
Inspect dataset structure before analysis or visualization.
Evaluate data quality from observed structure and summary evidence.
Choose visual checks that match the inspected data.
Route dataset questions to structure, analysis, or visualization experts.
Choose a plot that confirms numeric conversion integrity.
| name | explain_collective_independent_shift |
| title | Explain Collective Independent Shift |
| description | Explain performance impact from collective to independent I/O shifts. |
When collective writes decrease and independent writes increase, explain that the candidate may be issuing less coordinated I/O. This can fragment accesses, increase POSIX write time, and raise metadata overhead even when total bytes are unchanged.
Tie the explanation to the observed collective and independent write counts. Do not claim this cause if those counts are absent or unchanged.