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
- BreadcrumbsComputer-Networking_A-Top-Down-Approach
- SDK
- 시스템프로그래밍
- 온디바이스AI
- 커널 동기화
- 백엔드
- 반효경
- 코딩테스트 [ ALL IN ONE ]
- SQL
- concurrency control
- 네트워크
- B tree 데이터삽입
- 김영한
- CPU 스케줄링
- 갤럭시 S24
- 운영체제
- Extendable hashing
- vite
- 시그널 핸들러
- 트랜잭션
- 코딩애플
- recoverability
- Git
- 데이터베이스
- 인터럽트
- 쉬운코드
- 프로세스 주소 공간
- 쉬운 코드
- 개발남노씨
- 운영체제와 정보기술의 원리
Archives
- Today
- Total
목록Extendable hashing (1)
티끌모아 태산

Dynamic hashing Good for a database that grows and shrinks in size Allows the hash function to be modified dynamically Extendable hashing - one form of dynamic hashing Example 다음과 같은 search-key를 따르는 레코드에 대한 파일이 있을 때 주어진 hash function h(x)를 통해 반환된 extendable hash structure가 아래와 같이 주어져 있다. (20점) (h(x) : x를 8로 나누었을 때의 나머지를 이진법으로 반환) (h(x) : Returns the remainder of x divided by 8 in binary number) ..
CS 지식/데이터베이스
2023. 12. 15. 00:02