Redian新闻
>
SQL 2008 64bit performance issue
avatar
SQL 2008 64bit performance issue# Database - 数据库
F*y
1
PhD毕业,paper不多,前一个无良律师竟然把eb2做成eb3,07大潮中拿到了EAD.
目前已经被政府录用做review工作,nationwide effect, permanent position,上司
愿意
写信证明,但因为是federal government agency,employer只能给我出document,比如
employment letter什么的,不能support eb1b或者perm.
找过中国律师,说我background太弱了,因为paper太少,:(。想问一下我目前的工作
背景,申请
NIW有优势么?还是说我还得努力多出些paper好争取eb1a?
avatar
C*e
2
借贵宝地一问啊
版上有没有mm做纸工啊?
或者说买来教小孩子做
我记得小的时候我妈专门从上海代购纸工给我做,有的设计的很漂亮啊,现在还有纸工
卖么,上哪儿买
呢?想以后也让我女儿做:)
avatar
r*n
3
最近公司SQL server 从SQL 2005 32bit upgrade 到SQL 2008 64bit。application是
delphi写的windows application.突然发现performance downgrade厉害。现在的RAM有
60多GB。硬盘,CPU都没有到bottleneck. 也排除了network (SAN)的问题。The database has been reindexed and update statistics also. 唯一我觉得
有点疑问的是local harddrive and SAN are both RAID5.但是我们硬件工程师不认为
这是个问题。所以拒绝改成RAID 0 or RAID 1.wom我们装RAID 10也不可能。
现在很困惑,到底是什么让这个performance downgrade?大家有什么意见?有没有谁用
2008 64 bit也有类似performance issue?
谢谢!
avatar
b*o
4
micheal's?
就是有点贵。我经常先买一个便宜的东西,拿到40%的coupon后再买想要的贵点的东西
,呵呵

【在 C*******e 的大作中提到】
: 借贵宝地一问啊
: 版上有没有mm做纸工啊?
: 或者说买来教小孩子做
: 我记得小的时候我妈专门从上海代购纸工给我做,有的设计的很漂亮啊,现在还有纸工
: 卖么,上哪儿买
: 呢?想以后也让我女儿做:)

avatar
y*w
5
如果盘阵没问题,raid5到raid10的提升也是有限的,
看下是哪些sql性能下来了还是有必要的。是普遍的还只是关键的一小部分。区别对待。
版本升级可能伴随优化器的改变,很可能有些关键的地方执行计划变了。
avatar
j*n
6
i'd setup a trace and capture the long running queries. then start from
there.
avatar
a9
7
我记得升级数据库后,有些类型,比如int long,varchar,nvarchar之类的会影响比较
大。
找找看看。

database has been reindexed and update statistics also. 唯一我觉得

【在 r****n 的大作中提到】
: 最近公司SQL server 从SQL 2005 32bit upgrade 到SQL 2008 64bit。application是
: delphi写的windows application.突然发现performance downgrade厉害。现在的RAM有
: 60多GB。硬盘,CPU都没有到bottleneck. 也排除了network (SAN)的问题。The database has been reindexed and update statistics also. 唯一我觉得
: 有点疑问的是local harddrive and SAN are both RAID5.但是我们硬件工程师不认为
: 这是个问题。所以拒绝改成RAID 0 or RAID 1.wom我们装RAID 10也不可能。
: 现在很困惑,到底是什么让这个performance downgrade?大家有什么意见?有没有谁用
: 2008 64 bit也有类似performance issue?
: 谢谢!

avatar
r*n
8
We reversed it back to 2005 32bit and everything runs normal now. Looks like
it is not the hardware issue at this time. Will still need to look into why
the upgrade causing the delays. Trace info isnt helpful either. There is a
lot of idol time for stand profile template. Need to set up more specific
profile to capture the detail of SQL internal activity.
avatar
w*e
9
你这个很有意思呀
我们的SQL2008就没这种问题(至少run了四个月)

like
why
a

【在 r****n 的大作中提到】
: We reversed it back to 2005 32bit and everything runs normal now. Looks like
: it is not the hardware issue at this time. Will still need to look into why
: the upgrade causing the delays. Trace info isnt helpful either. There is a
: lot of idol time for stand profile template. Need to set up more specific
: profile to capture the detail of SQL internal activity.

avatar
t*g
10
我曾经遇到过2000升级到2005时的性能问题,查了半天,是由于一个SQL的写法问题,
那种写法在2000性能可以,但是在2005上慢了10倍。用新的写法写了之后,比在2000下
快了3~4倍。
怀疑是磁盘性能问题的话,可以用性能监视器跟踪一段时间,假如磁盘队列高于存储系
统的最大值,就可能存在瓶颈,磁盘系统最大队列长度可以查出来,不过假如有raid的
话,计算会复杂一些,可以去谷一下看看。

database has been reindexed and update statistics also. 唯一我觉得

【在 r****n 的大作中提到】
: 最近公司SQL server 从SQL 2005 32bit upgrade 到SQL 2008 64bit。application是
: delphi写的windows application.突然发现performance downgrade厉害。现在的RAM有
: 60多GB。硬盘,CPU都没有到bottleneck. 也排除了network (SAN)的问题。The database has been reindexed and update statistics also. 唯一我觉得
: 有点疑问的是local harddrive and SAN are both RAID5.但是我们硬件工程师不认为
: 这是个问题。所以拒绝改成RAID 0 or RAID 1.wom我们装RAID 10也不可能。
: 现在很困惑,到底是什么让这个performance downgrade?大家有什么意见?有没有谁用
: 2008 64 bit也有类似performance issue?
: 谢谢!

avatar
t*g
11
这样话,就只能逐个排查了,找到具体慢的地方,然后逐步缩小范围,我们当时就是这
么干的,用了一礼拜

like
why
a

【在 r****n 的大作中提到】
: We reversed it back to 2005 32bit and everything runs normal now. Looks like
: it is not the hardware issue at this time. Will still need to look into why
: the upgrade causing the delays. Trace info isnt helpful either. There is a
: lot of idol time for stand profile template. Need to set up more specific
: profile to capture the detail of SQL internal activity.

avatar
w*e
12
zkss是什么写法?

【在 t*****g 的大作中提到】
: 我曾经遇到过2000升级到2005时的性能问题,查了半天,是由于一个SQL的写法问题,
: 那种写法在2000性能可以,但是在2005上慢了10倍。用新的写法写了之后,比在2000下
: 快了3~4倍。
: 怀疑是磁盘性能问题的话,可以用性能监视器跟踪一段时间,假如磁盘队列高于存储系
: 统的最大值,就可能存在瓶颈,磁盘系统最大队列长度可以查出来,不过假如有raid的
: 话,计算会复杂一些,可以去谷一下看看。
:
: database has been reindexed and update statistics also. 唯一我觉得

avatar
N*n
13
Drill it w/ Perfmon. Should be easy to see going through all the stats.
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。