当前位置:网站首页>Server optimization of performance tuning methodology
Server optimization of performance tuning methodology
2022-07-05 21:58:00 【Short section senior】

memory management

X86 series CPU,32 Bit operating system
2GB<= Server physical memory <=4GB
Boot.ini add /3GB
4GB<= Server physical memory <=16GB
Boot.ini add /3GB /PAE
Server physical memory >=16GB
Boot.ini add /PAE
SQL Server Enable AWE(4GB Above memory )
Processors and threads

processor

Processor Association
I/O relation
Maximum number of worker threads
promote SQL Server The priority of the
The default priority is 7, After promotion, the priority is 13
Use only when multiple applications are installed on the server at the same time
Use Windows fibers ( Light pool )
There are many. CPU Large servers
be-all CPU All of them are running close to the maximum capacity
Content switching (context Switches) Too many times
Dynamic configuration
Add hardware resources when the database server is online 
SQL Server How to read data from hard disk

Hard disk related settings

Hard disk
Recovery interval
Database checkpoints (Checkpoint) Frequency of events
The function of checkpoints is to mark the database cache as Dirty The data page and log page of are written to the hard disk
data compression
The main target
Reduce the actual target size of data warehouse
The second goal
Enhance query performance
Can be enabled on a single table or index
Support partition
Need in processor resources and storage and IO Choose between bandwidth
Welcome to join me for wechat exchange and discussion ( Please note csdn Add )
边栏推荐
猜你喜欢

Ethereum ETH的奖励机制

Cold violence -- another perspective of objective function setting

2.2.5 basic sentences of R language drawing

Create a virtual machine on VMware (system not installed)

Oracle检查点队列–实例崩溃恢复原理剖析

MMAP

QML reported an error expected token ";", expected a qualified name ID

AD637使用筆記

多家呼吸机巨头产品近期被一级召回 呼吸机市场仍在增量竞争

ICMP introduction
随机推荐
Cold violence -- another perspective of objective function setting
Decorator learning 01
KingbaseES V8R3集群维护案例之---在线添加备库管理节点
Net small and medium-sized enterprise project development framework series (one)
Four components of logger
华为云ModelArts文本分类–外卖评论
oracle 控制文件的多路复用
Hysbz 2243 staining (tree chain splitting)
Oracle checkpoint queue - Analysis of the principle of instance crash recovery
How to organize an actual attack and defense drill
如何向mongoDB中添加新的字段附代码(全)
Cross end solutions to improve development efficiency
A long's perception
Poj3414广泛搜索
【愚公系列】2022年7月 Go教学课程 003-IDE的安装和基本使用
poj 3237 Tree(树链拆分)
初级软件测试必问面试题
Drawing HSV color wheel with MATLAB
Interview questions for basic software testing
Oracle HugePages没有被使用导致服务器很卡的解决方法