논문 리뷰 3

To BLOB or Not to BLOB: Large Object Storage in a Database or a Filesystem?

Sears, R., C. Ingen, J. Gray, 2006: To BLOB or Not to BLOB: Large Object Storage in a Database or a Filesystem?, MSR-TR-2006-45 들어가기에 앞서 일반적으로 이미지나 동영상 파일을 DB에 저장할 때는, 파일은 파일시스템에 저장하고 그 링크만 DB에 저장한다(현재 부트캠프에서도 이와 같이 배웠다). 그런데, 링크만 저장할 경우에는 DB를 읽고, 그 링크에서 따로 파일을 로딩하는 로직을 따로 거쳐야 하는 코드를 작성하는 등 이중으로 로직을 작성해야 한다. 하지만, 이미지나 데이터를 DB에 바로 저장한다면 추가적인 작업이 필요가 없을텐데 라는 생각이 들어서 검색을 하게 되었다. 개발자 포럼 중 한 곳에서 DB에 ..

Measuring High-Performance Computing with Real Applications

Sayeed, M., H. Bae., Y. Zheng, AB. Armstrong, R. Eigenmann, and G. Saied, 2008: ‘Measuring High-Performance Computing with Real Applications’, Computing in Science & Technology, 10 (60) *실제 어플리케이션을 사용하여 3가지 시스템에서 성능 측정 및 분석 -Seismic, GAMESS, WRF, MILC 및 HPL 커널 벤치마크를 사용 -프로세서에 따른 scalability를 측정 -각 어플리케이션에서 computation, communication, I/O가 차지하는 비율을 측정하여 어느 부분에서 Performance bound가 발생하는 지 확인 -Memor..

WRF Model Performance and Profiling Analysis on Advanced Multi-core HPC Clusters

Shainer, G., T. Liu, J. Michalakes, J. Liberman, J. Layton, O. Celebioglu, S. A. Schultz, J. Mora, and D. Cownie, 2009: 'Weather Research and Forecast (WRF) Model Performance and Profiling Analysis on Advanced Multi-core HPC Clusters', The 10th LCI International Conference on High Performance Clustered Computing. Boulder, CO *Dell 사의 클러스터에서 WRF 모델의 Performance를 다각도로 측정 *Dell 사에서 제작한 서버를 사용하며, 각 ..