由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - Microsoft is attacking its own database product
相关主题
more q: how to make database size smaller最近找工作的经验 SQL DBA更新
sql server 面试题 (4)When should I reorganize Index/Rebuuild Index?
同一个SQLserver表格,data space却不同how to implement horizontal fragmentation with tuple-level security granularity
HOW TO JUDGE THE FRAGMENT OF SQLSERVER DBOPTIMIZE 数据库的 绝招求分享。谢谢!
Fragmented databases behind Scottish election debacle(ZZ)有人用ms sqlserver来搭自己的网站的吗?
面试回来发考题2关于几个SQL server 相关软件的区别
问个Index的问题Microsoft Access Database
log shipping 问题从Technet那里拿的Oracle光盘版本有什么限制?
相关话题的讨论汇总
话题: microsoft话题: database话题: its话题: attacking
进入Database版参与讨论
1 (共1页)
p********l
发帖数: 279
1
What happened inside Microsoft? Hehe
http://www.itnews.com.au/News/102445,windows-7-rc-download-crashes.aspx
When Windows 7 Release Candidate downloads were officially made available
for MSDN and TechNet subscribers, the site began to slow down and for
several hours subscribers who tried to log on found themselves unable to
reach the download pages.
A spokesperson for Microsoft said that the problem was not bandwidth but
that its SQL Server database had reached excessive fragmentation levels
cau
s******e
发帖数: 493
2
Good news.
n*w
发帖数: 3393
3
只读query怎么会fragment database object?
p********l
发帖数: 279
4
不只是只读,每一个download都要assign一个guid,有Insert和update。据内部人士说
,是由于用guid作primary key引起的fragment,Insert的时候有大量Page Split造成
的。
c*****t
发帖数: 1879
5
那怎么解决的呢?

【在 p********l 的大作中提到】
: 不只是只读,每一个download都要assign一个guid,有Insert和update。据内部人士说
: ,是由于用guid作primary key引起的fragment,Insert的时候有大量Page Split造成
: 的。

p********l
发帖数: 279
6
rebuild index is the way they fixed.
c*****t
发帖数: 1879
7
是用不同的 primary key ?

【在 p********l 的大作中提到】
: rebuild index is the way they fixed.
f*****e
发帖数: 5177
8
This is interesting. How to avoid this when designing a database?

【在 p********l 的大作中提到】
: 不只是只读,每一个download都要assign一个guid,有Insert和update。据内部人士说
: ,是由于用guid作primary key引起的fragment,Insert的时候有大量Page Split造成
: 的。

B*****g
发帖数: 34098
9
stay away from M$, haha

【在 f*****e 的大作中提到】
: This is interesting. How to avoid this when designing a database?
w*******e
发帖数: 1622
10
support!!

【在 B*****g 的大作中提到】
: stay away from M$, haha
h****n
发帖数: 101
11

一般不会。。。

【在 c*****t 的大作中提到】
: 是用不同的 primary key ?
1 (共1页)
进入Database版参与讨论
相关主题
从Technet那里拿的Oracle光盘版本有什么限制?Fragmented databases behind Scottish election debacle(ZZ)
PL/SQL, stored p, trigger etc..面试回来发考题2
urgent on oracle export!问个Index的问题
Oracle DBA Handbook 8i & 9i 区别有多大?log shipping 问题
more q: how to make database size smaller最近找工作的经验 SQL DBA更新
sql server 面试题 (4)When should I reorganize Index/Rebuuild Index?
同一个SQLserver表格,data space却不同how to implement horizontal fragmentation with tuple-level security granularity
HOW TO JUDGE THE FRAGMENT OF SQLSERVER DBOPTIMIZE 数据库的 绝招求分享。谢谢!
相关话题的讨论汇总
话题: microsoft话题: database话题: its话题: attacking