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 |
Tags
- 안드로이드 알림
- 알림 인텐트
- notifications
- Pending Intent
- 안드로이드 알림 예제
- android notification 예제
- setPriority(NotificationCompat.PRIORITY_HIGH)
- setContentIntent
- 버전별 관리
- notification manager
- 안드로이드 알림채널
- NotificationCompat.Builder
- setDefaults(NotificationCompat.DEFAULT_ALL)
- 펜딩인텐트
- notification channel
- 알림 우선순위
Archives
- Today
- Total
공부용 블로그
mysql 아키텍처 질문 본문
Q. 어떤 웹서버를 사용하냐에 따라 쓸 수 있는 커넥터(mysql server와 통신하게 해줌)가 한정되어있는건가?
Q. 실제 서비스 특성에 맞는 스토리지 엔진을 사용해야 한다. 스토리지 엔진별로 차이점과 특징은? (ex. MyISAM, InnoDB)
Q. 쿼리캐시 문제 -> 확장성(scalability issues), 병목현상(bottleneck)
'설계 > RDBMS' 카테고리의 다른 글
clustered index test (0) | 2018.11.30 |
---|---|
MySql index (0) | 2018.11.21 |
In-Data Computing (0) | 2018.11.05 |
페이지 알고리즘 (0) | 2018.11.04 |
DataBase 아키텍처(오라클) (0) | 2018.11.04 |