Skip to content

Commit

Permalink
update post
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-jonghoonpark committed Oct 30, 2024
1 parent 4b25c51 commit 0ef1efb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _posts/2024-10-30-mysql-streaming.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,12 @@ Stream<User> streamAll()

### 결과

아래 이미지와 같이 intellij profiler를 통해 메소드에서 얼만큼의 메모리를 할당해야 했는지를 확인할 수 있었다.

![profile](/assets/images/2024-10-30-mysql-streaming/profile.png)

![memory-allocation](/assets/images/2024-10-30-mysql-streaming/memory-allocation.png)

메소드별 할당된 메모리는 다음과 같다.

| 회차 | testStreamingResultSet | testFindAll | testStreamAll |
Expand Down

0 comments on commit 0ef1efb

Please sign in to comment.