[Hive] Apache hive architecture 와 성능 최적화
Hive QL의 테이블 생성 프로퍼티, 성능 최적화 설정
Posted by
Wonyong Jang
on May 26, 2021 ·
13 mins read
[DocumentDB] Read Preference, Write Concern 설정
AWS DocumentDB(MongoDB) Replication
Posted by
Wonyong Jang
on May 24, 2021 ·
7 mins read
[React] Hooks 이해하기( useState, useEffect )
Side Effect 처리를 위한 React Hooks / useEffect 내부에서 side effect를 실행해야 하는 이유
Posted by
Wonyong Jang
on May 21, 2021 ·
12 mins read
[Cache] Caffeine 과 EhCache
로컬 캐시(Local Cache) / Caffeine 기본 사용 방법 / Java 용 Caffeine / Scala 용 Scaffeine
Posted by
Wonyong Jang
on May 15, 2021 ·
9 mins read
[Redis] Jedis Pool 최적화(레디스 커넥션 풀)
Posted by
Wonyong Jang
on May 14, 2021 ·
4 mins read
[Redis] Transaction 처리 - 이론편
MULTI, EXEC, DISCARD, WATCH / Optimistic Locking / 레디스 트랜잭션에 Rollback이 없는 이유
Posted by
Wonyong Jang
on May 13, 2021 ·
8 mins read
[Redis] Geospatial 자료구조
위도, 경도 위치 정보를 저장하는 자료구조 / 현재 위치에서 가까운 정류장 찾기
Posted by
Wonyong Jang
on May 12, 2021 ·
9 mins read
[Redis] Spring Data Redis 사용하여 캐싱하기
Spring에서 RedisTemplate와 RedisRepository / @Cacheable, @CachePut, @CacheEvict / @Indexed
Posted by
Wonyong Jang
on May 11, 2021 ·
13 mins read
[Spark] Pipeline and Stage
Stage skip 되는 경우 / 셔플에 의한 stage 분리 / 셔플 발생시 write, read
Posted by
Wonyong Jang
on May 10, 2021 ·
6 mins read
[Redis] 캐싱 전략
Look Aside(Lazy Loading), Write Through, Session Management, 여러가지 활용 사례
Posted by
Wonyong Jang
on May 10, 2021 ·
10 mins read