Skip to content

Commit

Permalink
Update BACK.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mclub4 authored Jun 1, 2024
1 parent c6a6cb5 commit 88cc3dd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions back/BACK.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# **💾 Backend 기술 문서**

<br>

## **운영체제 캡스톤 인터뷰 과제 관련 정리 문서**

운영체제 과목에서 캡스톤 인터뷰를 하는 과제가 있는데, 이를 대비해서 외국민 팀에서 해당 내용을 자세히 정리한 문서가 있다. 관심있다면 아래 문서를 참고해주길 바란다.

[운영체제 문서](https://capstone-design-2024.notion.site/a2368f0fe2734df09835cbc4da916d5a)

<br>

## **기능적 고려 사항**

<br>
Expand Down Expand Up @@ -161,6 +171,8 @@ Write 전략은 Write Around 전략을 활용했다. 데이터를 쓸 때, Redis

현재 방법도 동시성 문제를 해결하는 방법이지만 내가 추천한 답변의 추천수가 즉시 반영되어 보여지지는 않는다. 이는 데이터를 읽어올때는 캐시에서 찾는 방식이 아니기 때문이다. 추후에는 캐시에서 값을 찾도록 구현할 필요가 있다.

추가적으로, 운영체제 과목에서 캡스톤 인터뷰 과제 문서에 [Race Condition 예방에 관련된 문서](https://capstone-design-2024.notion.site/a2368f0fe2734df09835cbc4da916d5a)를 하나 만들었었다. 혹시라도 동시성 처리에 관심이 있다면 해당 문서에 2번을 참조해주길 바란다.

<br>

### **N+1 문제**
Expand Down

0 comments on commit 88cc3dd

Please sign in to comment.