Optimize SQL Server 2000, 2005 or 2008 in Large RAM System by Locking Pages in Memory and AWE sql 서버를 최적화 2000, 2005 또는 2008 년 시스템에 큰 램 고정 페이지에서 메모리와 경외
Microsoft SQL Server is a data-intensive and disk I/O (read and write) intensive database management systems. microsoft sql 서버가 데이터를 - 집중 및 디스크 입 / 출력 (읽기 및 쓰기) 집중 데이터베이스 관리 시스템. For SQL Server which is running on a system with large amount or big size of physical RAM memory, such as system with 4GB, 8GB or even more gigabytes of physical memory, it can be configured to use the Address Windowing Extensions (AWE) API to provide access to physical memory in excess of the limits set on configured virtual memory, and force all paging to take place in memory for faster access. sql 서버가 실행되고있는 시스템에 대한 큰 금액이나 큰 크기의 물리적 램 메모리와 같은 시스템을 4기가바이트, 8기가바이트 또는 더 많은 기가 바이트의 물리적 메모리, 윈도우를 구성할 수있습니다 주소를 사용하는 확장 기능 (경외) API를가 물리적 메모리에 대한 액세스를 제공 구성 설정의 한계를 초과하는 가상 메모리를, 그리고 강제의 모든 메모리에 빠른 액세스를 위해 장소를 호출합니다.
With 와 함께 Address Windowing Extensions 주소를 윈도우 확장 (AWE) API, Microsoft SQL Server can support and access very large amounts of physical memory, upwards of 64 gigabytes or more on Windows 2000 Server, Windows Server 2003 and Windows Server 2008. (경외) API를, 마이크로 소프트 sql 서버 및 액세스를 지원할 수있습니다 매우 많은 양의 물리적 메모리, 64기가바이트 이상의 상승을 windows 2000 서버, windows 서버 2003 및 windows 서버 2008. The specific amount of memory SQL Server can use depends on hardware configuration and operating system support. sql 서버의 특정 양의 메모리를 사용할 수있습니다 하드웨어 구성 및 운영 체제 지원에 따라 달라집니다.
Before enabling AWE, Lock Pages in Memory permission must be granted to the user account that run SQL Server, as AWE memory cannot be swapped out to the page files. 레포츠를 활성화하기 전에, 잠금 페이지의 메모리를 사용 권한을 부여해야합니다 sql 서버를 실행하는 사용자 계정을로 메모리를 경외 아웃을 페이지에 파일을 교환할 수없습니다. Note that AWE is not required for 64-bit system, but Lock Pages in Memory privilege is recommended for 64-bit system though. 참고 사항에 대한 경외가 필요하지 않습니다 64 - 비트 시스템, 그러나 페이지의 메모리를 자물쇠 64 - 비트 시스템 비록 특권을 사용하도록 권장합니다.
Step 1: 1 단계 : Enable PAE support on Windows Server 컴퓨터를 사용 pae 지원 to allow large segment of physical memory to be used. 대형 세그먼트의 실제 메모리를 사용하도록 허용합니다.
Step 2: 2 단계 : Assign to enable Lock Pages in Memory permission 잠금 페이지의 메모리를 할당하는 권한을 활성화 to SQL Server account. sql 서버 계정을합니다.
Step 3: Enable AWE Option 3 단계 : 경외 옵션을 활성화
Note that in Windows 2000 (Windows Server 2003 and 2008 are dynamic allocation on demand), if a value for max server memory is not specified, SQL Server reserves almost all available memory during startup, leaving 128 megabytes (MB) or less physical memory for other applications. 참고 :이의 프로필 (windows 서버 2003는 동적 할당 주문형 2008 년), 경우에 대한 값을 최대 서버 메모리를 지정하지 않은 sql 서버가 시작하는 동안 사용할 수있는 메모리가 거의 다 준비하고 떠난 백이십팔메가바이트 (메가 바이트) 이하 물리적 메모리에 대한 다른 응용 프로그램을합니다. And, the awe enabled option is an advanced option. 그리고,이 활성화된 옵션은 고급 옵션을 경외합니다. If you are using the sp_configure system stored procedure to change the setting, you can change awe enabled only when show advanced options is set to 1. sp_configure 시스템 저장 프로 시저를 사용하는 경우 설정을 변경하려면 활성화된 경우에만 변경하실 수있습니다 경외 고급 옵션보기를 1로 설정합니다.
To enable AWE and configure the min server memory to 1 GB (so that AWE mapped memory can be released up until 1 GB) and the max server memory to 6 GB, use the following commands: 를 활성화하고 구성하는 최소 서버 메모리를 경외 1기가바이트 (그래서 매핑된 메모리를 경외까지 출시 1기가바이트 수있습니다)과 6기가바이트의 최대 서버 메모리를 사용하여 다음과 같은 명령 :
sp_configure 'show advanced options', 1 sp_configure '고급 옵션보기', 1
RECONFIGURE 재구성
GO 가다
sp_configure 'awe enabled', 1 sp_configure '경외 활성화', 1
RECONFIGURE 재구성
GO 가다
Restart SQL Server with the following commands: sql 서버를 다시 시작합니다 다음과 같은 명령 :
net stop mssqlserver 순수한 정지 mssqlserver
net start mssqlserver 순수한를 시작 mssqlserver
Then, configure memory: 그런 다음 구성하는 메모리 :
sp_configure 'min server memory', 1024 sp_configure '최소 서버 메모리', 1024
RECONFIGURE 재구성
GO 가다
sp_configure 'max server memory', 6144 sp_configure '최대 서버 메모리', 6144
RECONFIGURE 재구성
GO 가다
Restart the SQL Server after all configuration to make the changes effective. sql 서버를 다시 시작하십시오 이후의 모든 구성을 효과적으로 변경합니다. To disable AWE, simply set the awe enabled to 0 and execute the RECONFIGURE statement again. 경외를 해제하기만하면됩니다 경외 활성화를 0으로 설정하는 문장을 다시 구성을 다시 실행합니다.
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. 중요 사항 : 이것은 기계 번역 페이지는 "있는 그대로"제공하지 않고 보증합니다. Machine translation may be difficult to understand. 기계 번역을 이해하기 어려울 수있습니다. Please refer to 를 참조하시기 바랍니다 original English article 원래 영어 자료 whenever possible. 언제 수있습니다.
Share and contribute or get technical support and help at 를 공유하고 기술 지원 및 도움을 공헌하지 않는다면 My Digital Life Forums 내 디지털 라이프 공개 토론 . 합니다.
Related Articles 관련 기사
- Uninstall and Remove Multiple Database Instances of Microsoft SQL Server 2005 여러 개의 데이터베이스를 제거하고 제거하는 microsoft sql 서버 2005의 인스턴스
- Error Has Occurred While Establishing A Connection To SQL Server 2005 Which Does Not Allow Local and Remote Connections 오류가 발생했습니다 sql 서버를 구축하는 동시에 2005 연결을 로컬 및 원격 연결을 허용하지 않는
- Enable Logging of Slow Queries (Slow Query Log) in MySQL Database 느린 쿼리를 로깅 사용 (느린 검색어 로그)에 mysql 데이터베이스를
- MySQL Database Performance Tuning Best Practices Video Tutorial mysql 데이터베이스 성능 튜닝 모범 사례 동영상 튜토리얼
- Increase Terminal Server Speed and Performance 터미널 서버 속도와 성능 향상
- Easily Test Drive and Evaluate Microsoft Products with Virtual Hard Disk (VHD) 테스트 드라이브를 손쉽게 제품을 평가 가상 하드 디스크 (vhd)
- FireFox Add-On Freeware to Boost Productivity firefox 장바구니 -이 프리웨어로 생산성이 향상
- Change Oracle Database User Password 오라클 데이터베이스 사용자 비밀 번호 변경
- Force Kernel Drivers and System Code to Stay Loaded in Memory to Boost Speed with DisablePagingExecutive Tweak 강제 커널 드라이버 및 시스템의 코드를 유지 메모리에로드 disablepagingexecutive 조정과 속도를 증폭
- Download Free Windows Embedded Server Products with Product Key to Develop Dedicated Server 제품과 제품 키를 다운로드 무료 윈도우 임베디드 서버 전용 서버를 개발















June 7th, 2008 01:37 2008년 6월 7일 01:37
[...] RAM is definitely faster than disk I/O. [...] 램 디스크를보다 빨리 분명히 / 오 Lock Pages in Memory option privilege must be enabled to configure Address Windowing Extensions (AWE) which allow a 32-bit software application to access more physical memory than it has virtual [...] 페이지의 메모리 옵션 권한을 자물쇠를 구성하는 주소를 윈도우가 활성화되어 있어야합니다 확장 기능 (경외)을 32 - 비트 소프트웨어 어플 리케이션에 액세스할 수 있도록 더 많은 실제 메모리를보다가 가상 [...]
August 7th, 2008 11:10 2008년 8월 7일 11:10
can we get working crack/key for 근무를받을 수 있을까요 균열 / 열쇠를
Microsoft SQL Server 2008 microsoft sql 서버 2008
thanks 감사합니다