MJay

새로운 논문 발표 준비 - Narrowing the Gap Between Serverless and its State with Storage Functions 본문

Research

새로운 논문 발표 준비 - Narrowing the Gap Between Serverless and its State with Storage Functions

MJSon 2019. 10. 20. 04:56

읽게 될 논문 제목은

 

Narrowing the Gap Between Serverless and its State with Storage Functions

 

SoCC 2019 학회 전에 받은 논문이다. 아직 논문을 공개하면은 안될듯하다.

 

일단 전체 아웃라인을 먼저 잡아보자

 

  1. Introduction

  2. Shredder Design

    1. Storage Layer

    2. Storage Function Layer

    3. Network Layer

    4. Trust Model

  3. Implementation

    1. Isolation and Context Management

    2. Zero-copy Data Access

    3. Eliminating Boundary Crossings with CSA

  4. Evaluation

    1. Overhead and Costs

      1. Cost of Isolation

      2. CPU Scalability

      3. Tenant Scalability

      4. CPU Time Analysis

    2. The benefits

      1. Minimizing data movement

      2. Minimizing remote requests

      3. Impact of Kernel Bypass

    3. Graph Application

    4. Neural Network Application

  5. Related Work 

 

Costless 논문과는 다르게 어려운 용어 들이 많이 있다. 

 

주말에 Evaluation 전은 끝내는 걸 목표로 해보자

 

주말에 할게 리스트를 다시 보자면 

 

2019-10-19

  • Narrowing The Gap

  • 수업 - 알고리즘 복습 2

  • 수업 - 아키텍쳐 복습 2

  • LeetCode - 6문제     3

  • 프로포설 다시 읽기  2

  • Notebook 정리

  • Google Keep 정리



연구 빼고 4시간을 써야하는데 음 저녁에 이걸 해야겠다.

 

일단 5시까지 다 끝내봐야겠다.

 

Evaluation이 절반이라는게 신기하다

 

크게 큰 Keyword는

 

Storage Layer, Network Layer, Storage Function Layer, Isolation, Zero-Copy Data Access,