검색결과 리스트
Mybatis PostgreSQL Limit에 해당되는 글 1건
- 2013.11.25 [Oracle, PostgreSQL] Mybatis Paging 처리
글
[Good Comment!!, Good Discussion!!, Good Contens!!]
[ If you think that is useful, please click the finger on the bottom~^-^good~ ]
by ace-T
[ If you think that is useful, please click the finger on the bottom~^-^good~ ]
by ace-T
Mybatis Paging 처리는 RowBounds와 Oracle의 ROWNUM, PostgreSQL의 LIMIT 등등
구현으로 구현을 할 수 가있다.
그래서 흔히 Mybatis를 사용하는 유저라면 부딪히는 RowBouds..의 문제점인
대용량 일 경우에 엄청나게 느리다는 것이다. 전체를 다 가져와서 작업 하기 때문이다.
Oracle인 경우
1) sqlmap
더보기
2) service
더보기
PostgreSQL 인 경우
1) sqlmap
더보기
2) service
더보기
'OpenSource > Mybatis&Ibatis' 카테고리의 다른 글
[Oracle, PostgreSQL] Mybatis Paging 처리 (0) | 2013.11.25 |
---|---|
java.lang.IllegalArgumentException: At least one base package must be specified (0) | 2013.10.08 |
mybatis 3.1 개발자 local용 (0) | 2013.08.09 |
요즘..(now a days..) (0) | 2013.08.01 |
Batch Update 기능 (0) | 2013.06.27 |
Mybatis 동적 sql 주의사항 (0) | 2013.06.17 |
:::: facebook을 이용하시는 분들은 로그인 후 아래에 코멘트를 남겨주세요 ::::