Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- notifications
- setDefaults(NotificationCompat.DEFAULT_ALL)
- android notification 예제
- NotificationCompat.Builder
- setPriority(NotificationCompat.PRIORITY_HIGH)
- notification manager
- notification channel
- 펜딩인텐트
- 안드로이드 알림 예제
- 알림 우선순위
- 안드로이드 알림
- Pending Intent
- setContentIntent
- 알림 인텐트
- 버전별 관리
- 안드로이드 알림채널
Archives
- Today
- Total
공부용 블로그
clustered index test 본문
Mysql (InnoDB)
클러스터 인덱스인 vod_no를 기준으로 아이디% 로 검색하면 type = range 임
하지만 검색을 %d% 이런식으로 앞뒤포함하는 문자열로 했을때는 풀스캔을 해버림
인덱스 전체스캔이 아니고 풀스캔임.
'설계 > RDBMS' 카테고리의 다른 글
디비 설치할때 의존성 문제 (0) | 2018.11.30 |
---|---|
RDBMS 벤치마크 Jmeter 세팅하기 (0) | 2018.11.30 |
MySql index (0) | 2018.11.21 |
mysql 아키텍처 질문 (0) | 2018.11.14 |
In-Data Computing (0) | 2018.11.05 |