# Specification

8개의 포스트

JPA WHERE 조건(equal, like, in, between), ORDER BY 넣기 및 페이징(Specification, CriteriaBuilder, Pageable, PageRequest)

JPA WHERE 조건(equal, like, in, between), ORDER BY 넣기 및 페이징(Specification, CriteriaBuilder, Pageable)

2022년 10월 13일
·
0개의 댓글
·
post-thumbnail

[Spring Boot + MySQL] 대용량 데이터 조회 최적화

사건의 발단진행중인 프로젝트에서 많은 데이터를 필요로 했고, 약 40만개의 데이터를 수집했다. 별 문제 없을 거라 생각했지만, 큰 오산이었다. 기존 무한스크롤로 끊김없이 보이던 리스트는 버벅이기 시작했고, 40만개에 이르자 api 요청 한번에 길게는 6~7초가 걸렸다.

2022년 10월 10일
·
0개의 댓글
·
post-thumbnail

How to Read the ECMAScript Specification (2.1~2.3: Algorithm steps, Abstract operations, What is [[This]])

이 글은 How to Read the ECMAScript Specification(Timothy Gu)을 번역한 것입니다. 원문은 다음 링크에서 찾아보실 수 있습니다. 번역이 완벽하지 않을 수 있습니다. 혹시 잘못된 부분이 있다면 댓글이나 이메일로 알려주세요!

2022년 3월 11일
·
0개의 댓글
·
post-thumbnail

How to Read the ECMAScript Specification (1: 서론)

이 글은 How to Read the ECMAScript Specification(Timothy Gu)을 번역한 것입니다. 원문은 다음 링크에서 찾아보실 수 있습니다.

2022년 2월 28일
·
0개의 댓글
·

JPA Specification

동적 쿼리를 사용하기 위한 JPA 라이브러리단순 JPA 메서드를 사용하면, findByIdAndName등으로 메서드 생성. 검색할 객체의 조합이 다양해지면, 만들어야 하는 쿼리 메서드도 많아짐 => 복잡 & 가독성 떨어짐.컴파일 시점에서 에러 확인 가능JPA Crite

2021년 12월 14일
·
0개의 댓글
·
post-thumbnail

TIL (20210820) - JPA Specification 으로 기간별 검색조건 만들기

📖 TIL (20210819) - JPA Specification 기간, 키워드 검색

2021년 8월 20일
·
0개의 댓글
·
post-thumbnail

[Programming Language Week2] Data type, Specification, Type Checking, Floating point vs Fixed point

Three major components in a programming languageData: Basic information unit to hold values to determine the state of a systemOperations: Actions to m

2020년 9월 14일
·
0개의 댓글
·