속성:Reusable lesson
외관
Install S3 Research Memory canonical schema |
Reconcile S3 Research Memory canonical schema |
||
| 1번째 줄: | 1번째 줄: | ||
[[Has type::Text]] | [[Has type::Text]] | ||
비슷한 문제를 만났을 때 다시 쓸 수 있는 내용을 적습니다. | |||
2026년 7월 16일 (목) 12:22 기준 최신판
비슷한 문제를 만났을 때 다시 쓸 수 있는 내용을 적습니다.
a
storage latency가 짧아지면 전통적으로 무시했던 page-fault software stack이 지배적이 되므로 자원관리 control plane과 miss I/O data path를 분리할 가치가 있다. +
Map mechanisms to lifecycle stages and measure their cross-stage side effects. +
Translation과 cache-location lookup을 하나의 mapping으로 통합하면 tag lookup과 tag storage를 함께 제거할 수 있다. +
긴 RTT 구간에서는 payload 처리보다 connection setup과 작은 control/header packet의 왕복 제거가 더 큰 효과를 낼 수 있다. +
Layer 폭이 작아 coarse parallelism이 부족하면 한 neuron 내부 reduction까지 분할해 PE utilization을 유지할 수 있다. +
NUMA 최적화는 평균 실행시간뿐 아니라 반복 실행 변동을 목표로 삼고 thread와 page placement를 같은 state machine에서 조정해야 한다. +
단조 증가 카운터를 장기 운영에 쓰면 overflow를 예외 처리로 두지 말고 세대 분리까지 자료구조에 내장해야 한다. +
serverless 격리는 매 요청 새 컨테이너를 만드는 대신 검증된 초기 상태로 메모리·파일·task를 함께 되감는 방식으로도 달성할 수 있다. +
가속기 통신은 특정 앱 회로보다 프로토콜·collective 계층의 재사용성을 설계하라. +
achieving low latency graph based vector search via aligning best first search algorithm with ss 77c9550f +
Pipeline dependent storage lookups by admitting bounded reordering that preserves the algorithmic invariant. +
초저지연 스케줄러는 최적성 오차와 실행 오버헤드를 함께 최소화하라. +
Compaction budget은 read/write 비율만 보지 말고 L0 여유, flush 속도, compaction 속도를 함께 추적해 phase별로 조정하고, throughput과 write amplification을 동시에 guardrail로 둔다. +
aegonkv a high bandwidth low tail latency and low storage cost kv separated lsm store with smart 5a081f42 +
Offload bandwidth-heavy maintenance with data structures designed for the near-storage execution environment. +
Separate submission from completion and dedicate device-local progress so application warps never hold blocking resources. +
ZNS의 물리 zone을 논리 그룹으로 추상화하되 그룹 크기를 고정 상수로 두지 말고 현재 병렬성과 reclaim 요구에 맞춰야 한다. +
Profile input, model, and synchronization paths before buying more accelerators. +
power cap은 최종 배치 상태가 아니라 migration transition의 peak까지 제약해야 한다. +
교차 서비스 일관성은 각 계층의 lineage 전달 계약이 핵심이다. +
자원 회수 단위와 상위 lifecycle 관리 단위가 다르면 불필요한 작업이 생기므로 두 정책의 granularity를 맞춰야 한다. +
전체 kernel/driver를 격리하지 못하더라도 핵심 application의 memory integrity를 선택적으로 보호할 수 있다. +