sun's longitude:242 07 30.22 
· 자유게시판 · 묻고답하기 · 알파문서 · RPMS list
· 사용자문서 · 팁/FAQ모음 · 리눅스Links · 자료실
· 서버정보 · 운영자 · Books/FAQ · FreeBSD
/board/read.php:소스보기  

질문과 답변 게시판입니다.

현재 실시간으로 이곳 서버의 설정파일(몇개)를 보여주고 있습니다.
서버의 설정내용에 관한 질문은 먼저 이곳 서버의 설정내용을 참고하시길 바랍니다.

[*** 쓰기 금지단어 패턴 ***]
글 본문 중간에 업로드할 이미지를 추가하는 방법 : @@이미지이름@@
ex) @@foo.gif@@
2526 번 글: [mysql]max_heap_table_size 값
글쓴이: 정영이 글쓴날: 2006년 08월 10일 19:08:38 목(저녁) 조회: 2486
-----------------------------------------
답변자가 기본적으로 참고할 내용입니다.
- 배포판(옵션)    : 
- 커널버전(옵션)
  : 
- 데몬버전(예:apache
 1.3.27) : 
- 데몬설치유형(RPM/컴파일/기타)
 : 
-----------------------------------------

안녕하세요. 
mysql 관련 질문입니다..
mysql5.0.x 버전입니다.
innodb 타입의 테이블에 데이터를 heap_table에 입력 하려 합니다.
그런데 max_heap_table_size 값을 어떻게 계산 해야 할지 해서요..

이부분 같은데..
The memory needed for one row in a MEMORY table is calculated using the following
expression: 

SUM_OVER_ALL_BTREE_KEYS(max_length_of_key + sizeof(char*) × 4)
+ SUM_OVER_ALL_HASH_KEYS(sizeof(char*) × 2)
+ ALIGN(length_of_row+1, sizeof(char*))

ALIGN() represents a round-up factor to cause the row length to be an exact multiple
of the char pointer size. sizeof(char*) is 4 on 32-bit machines and 8 on 64-bit
machines. 

도무지 뭘 말하는 건지 잘모르겠습니다.
 SUM_OVER_ALL_BTREE_KEYS, SUM_OVER_ALL_HASH_KEYS, ALIGN 이런 함수가
있는건가요?
또 max_length_of_key, length_of_row 는 어떻게 구하는건지 도좀...

수고하시구요..


 
이전글 : Re: Re: 여러 파일 한번에 복사 할 때..
다음글 : Re: [mysql]max_heap_table_size 값  
 from 219.251.5.1
JS(Redhands)Board 0.4 +@

Re: Re: 여러 파일 한번에 복사 할 때.. Re: [mysql]max_heap_table_size 값
인쇄용 


apache lighttpd linuxchannel.net 
Copyright 1997-2024. linuxchannel.net. All rights reserved.

Page loading: 0.01(server) + (network) + (browser) seconds