Optimize SQL Server 2000, 2005 or 2008 in Large RAM System by Locking Pages in Memory and AWE Оптимізація SQL Server 2000, 2005 або 2008 році в Великий ОЗУ системи шляхом замикання сторінок в пам'яті і AWE
Microsoft SQL Server is a data-intensive and disk I/O (read and write) intensive database management systems. Microsoft SQL Server є інтенсивно працюють з даними і дискових операцій введення / виводу (читання і запис) інтенсивних систем управління базами даних. 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. 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 забезпечити доступ до фізичної пам'яті понад меж, встановлених на налаштований віртуальної пам'яті, і всі сили підкачки пройде в пам'ять для більш швидкого доступу.
With З Address Windowing Extensions Розширення AWE (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. (AWE) API, Microsoft SQL Server може підтримати і доступ дуже великий обсяг фізичної пам'яті, понад 64 гігабайт або більше на Windows Server 2000, Windows Server 2003 і Windows Server 2008. The specific amount of memory SQL Server can use depends on hardware configuration and operating system support. Конкретний обсяг пам'яті, SQL Server може використовувати, залежить від його устаткування та підтримку операційної системи.
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. Перш ніж включити AWE, Блокування сторінок в пам'яті дозвіл має бути надано облікового запису користувача, запустіть SQL Server, як AWE пам'ять не може бути вивантажено на сторінку файлів. Note that AWE is not required for 64-bit system, but Lock Pages in Memory privilege is recommended for 64-bit system though. Зверніть увагу, що AWE не потрібно для 64-бітових систем, але Блокування сторінок в пам'яті привілей рекомендується для 64-бітної системи, хоча.
Step 1: Крок 1: Enable PAE support on Windows Server Увімкніть підтримку PAE на Windows Server 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 Server.
Step 3: Enable AWE Option Крок 3: Включення AWE Варіант
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 2000 (Windows Server 2003 і 2008 динамічним розподілом на вимогу), якщо значення Максимальний об'єм пам'яті сервера не вказано, SQL Server резерви майже всю доступну пам'ять під час завантаження, в результаті чого 128 мегабайт (МБ) або менше фізичної пам'яті іншими додатками. 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: Щоб включити AWE та налаштування сервера хв пам'яті до 1 Гб (так що AWE відображуваної пам'яті може бути випущено до 1 ГБ) і Макса пам'яті сервера до 6 Гб, використовуйте наступні команди:
sp_configure 'show advanced options', 1
RECONFIGURE
GO
sp_configure 'awe enabled', 1
RECONFIGURE
GO
Restart SQL Server with the following commands: Перезапустіть SQL Server з наступними командами:
net stop mssqlserver
net start mssqlserver
Then, configure memory: Потім, налаштуйте пам'яті:
sp_configure 'min server memory', 1024
RECONFIGURE
GO
sp_configure 'max server memory', 6144
RECONFIGURE
GO
Restart the SQL Server after all configuration to make the changes effective. Перезапустіть SQL Server після його конфігурацію, щоб зробити зміни ефективною. To disable AWE, simply set the awe enabled to 0 and execute the RECONFIGURE statement again. Щоб відключити AWE, просто встановіть благоговіння включено до 0 і виконати RECONFIGURE заяві знову.
IMPORTANT : The page is machine translated and provided "as is" without warranty. ВАЖЛИВО: Сторінка машина переведена і надаються "як є" без гарантії. Machine translation may be difficult to understand. Машинний переклад може бути важким для розуміння. Please refer to Будь ласка, зверніться до original English article оригінальний англійська статтю whenever possible. коли це можливо.
Related Articles Статті за Темі
- How to Remotely Enable Remote Desktop (Terminal Services or RDP) via Registry in Windows 2000/XP/2000/Vista/2008 Як дистанційно включити віддалений робочий стіл (Terminal Services або RDP) через реєстру в Windows 2000/XP/2000/Vista/2008
- How to Set Compatibility Level for SQL Server 2008 or 2005 Database Як налаштувати рівень сумісності для SQL Server 2008 або 2005 році база даних
- Microsoft DreamSpack Offers Free Download and License of Visual Studio 2008, Server 2003, SQL Server 2005 and More Microsoft пропонує безкоштовну DreamSpack Скачайте і ліцензія Visual Studio 2008, Server 2003, MS SQL Server 2005 і більше
- Hack to Install Windows 7, Vista or Server 2008 On Computer or Virtual Machine with Less Than 512 MB RAM Memory Hack для установки Windows 7, Vista або Server 2008 на комп'ютер або віртуальної машини з менш ніж 512 МБ пам'яті RAM
- Optimize Memory and Free Up RAM with RAMRush Оптимізація пам'яті і звільнити ОЗУ з RAMRush
- Lower, Reduce and Optimize Windows RAM Memory Usage with CleanMem Нижня, скорочення і оптимізації оперативної пам'яті Windows Memory Usage з CleanMem
- Uninstall and Remove Multiple Database Instances of Microsoft SQL Server 2005 Видаліть і видалити кілька екземплярів баз даних Microsoft SQL Server 2005
- Stay Updated with Web Pages Changes via Web Pages Monitor Будьте Оновлено з веб-сторінок за допомогою зміни веб-сторінок монітор
- Microsoft Virtual Server 2005 R2 SP1 (Enterprise Edition) Direct Download Links Microsoft Virtual Server 2005 R2 SP1 (Enterprise Edition) Пряме завантаження посилання
- Microsoft Virtual Server 2005 R2 Download Available for Free Microsoft Virtual Server 2005 R2 Завантажити можна безкоштовно










































September 6th, 2008 03:19 6 вересня 2008 03:19
nice article, but I get in here finding spanish resources, and get into the automatically translated version to spanish, nice the functionality for your blog, but the machine's spanish is unreadable. Nice статті, але я отримую тут знайти іспанська ресурси і отримати в автоматичному перекладі на іспанську, Ніцца функціональність для свого блогу, але іспанська машини не читається.
again thanks, for the article. ще раз спасибі за статтю.
August 7th, 2008 11:10 7 серпня 2008 11:10
can we get working crack/key for ми можемо отримати робочу Crack / ключ для
Microsoft SQL Server 2008 Microsoft SQL Server 2008
thanks спасибо
June 7th, 2008 01:37 7 червня 2008 01:37
[...] RAM is definitely faster than disk I/O. [...] RAM, безумовно, швидше, ніж диск введення / виводу 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 [...] Блокування сторінок в пам'яті привілей опція повинна бути включена настройка Адреса Windowing Extensions (AWE), яка дозволяє застосування 32-розрядних програм для доступу до фізичної пам'яті більше, ніж це віртуальний [...]