- - [site] - [last info / db info - (Register to increase your priority) - (Due to much traffic and problems with the performance i have decided to stop this service until i have th.....
필자는 Hash 조인의 튜닝시 주의사항(Work Area 의 튜닝)이라는 이전글에서 Right Deep Tree, Left Deep Tree Plan 의 개념 및 튜닝에 관한 글을 작성하였는데 Bushy Tree Plan 에 관한 질문을 받았다. 질문은 Bushy Tree Plan 은 무엇이며 어떨때 사용하는가.....
HASH 조인은 DW 뿐아니라 OLTP 의 배치업무및 심지어 OLTP 의 조회성 업무에까지 적용범위를 넓혀가고 있기 때문에 그중요성은 매우크다고 할수 있다. 한가지 아쉬운점은 개발자및 DBA, 튜너 들이 PLAN 을 보고 Driving 테이블만 제대로 나오면 검증하지 않고 그냥.....
안녕하세요. 특정 파일에 대한 다양한 보안제품을 진단 결과를 알아볼 수 있는 서비스 중에 VirusTotal 서비스가 있습니다. 위와 같이 자신이 확인하고 싶은 파일을 업로드(Upload)하여 결과를 볼 수도 있지만, 특정 시간대의 서비스 과부하 또는 업로드 용량의 크.....
A Perfect hash function of a set S is a hash function which maps different keys (elements) in S to different numbers.A minimal perfect hash function is a perfect hash function that maps n keys to n consecutive integersref. Perfect hash functioncollision을 피.....
hash_multimap Category: containers Component type: type DescriptionHash_multimap is a Hashed Associative Container that associates objects of type Key with objects of type Data. Hash_multimap is a Pair Associative Container, meani.....
hash_multiset Category: containers Component type: type Description Hash_multiset 은 Hashed Associative Container 의 하나이며, type Key의 데이터를 보관한다. Hash_multiset은 Simple Associative Container의 하나이기도 하여, value type이 key type.....
hash_map Category: containers Component type: type Description Hash_map 은 Hashed Associative Container의 하나이다. 이는 type Data 의 객체와 type Key로 구성된다. Hash_map 은 Pair Associative Container의 하나이다. 그러므로 value type은 pair .....
hash_set Category: containers Component type: type Description Hash_set is a Hashed Associative Container that stores objects of type Key. Hash_set is a Simple Associative Container, meaning that its value type, as well as its key.....
문자열 검색은 일단 정수검색보다는 시간이 오래 걸리게 됩니다. 따라서 문자열을 정수화하여 검색하면 좋겠죠.그래서, 제가 주료 사용하는 방법은 문자열을 4바이트변수로 정수화하여 사용하고 있습니다.
unsigned long MAKE_ID(const char* str.....
이번 4차 [Oracle is Mad(R)] 세미나때 논의되었던 내용 중 하나가 Not Null과 Anti Hash Join 문제였다. 이 문제는 보편적으로 알려진 것이고 한번씩 고민해본 경험이 있을 것이다. 한번 복습을 해보면 다음과 같다. -- Create objects drop table.....