DB관련/Oracle
Oracle PARTITION() function
saltdoll
2019. 1. 12. 09:30
반응형
오라클의 table의 파티션을 줘서, 속도를 올릴 수 있습니다.
https://www.oracle.com/database/technologies/partitioning.html
Partitioning Overview
Partitioning is powerful functionality that allows tables, indexes, and index-organized tables to be subdivided into smaller pieces, enabling these database objects to be managed and accessed at a finer level of granularity. Oracle provides a comprehensive
www.oracle.com
[오라클] Partition Table(파티션 테이블)
오라클 파티션 정의 파티션 개요 오늘날 기업에서 관리하는 데이터는 수백테라 바이트에 이르는 데이터베이스를 관리합니다. 하지만 이런 데이터들 중 몇몇의 Big Transaction Table이 거의 모든 데이터를 가지고..
12bme.tistory.com
아래의 동영상은 Partition()를 이용한 예제입니다.
반응형