由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - 好像偶的Oracle到了极限?
相关主题
Why SQL Server 7 Enterprise Manager is so slow?ADO & DAO &SQL...Help...
Access Oracle LONG data type using ADO帮忙亚
适用于sql server 和oracle 的 sql batch?可不可以用asp把Server上的数据另存到本地
Oracle ado其他家有类似的么请教SQL Server的问题~偶将感激不尽
谢谢skeptic,高低价,amnesia 三位大侠SQL2000XML question
urgent: help on perl/ personal web serverHelp about SQL Server
求教php设置问题DSN-less connection to SQL server
Anybody familiar with VB ADO databaseProblems on ACCESS + VB
相关话题的讨论汇总
话题: oracle话题: vb话题: vc话题: 极限话题: server
进入Database版参与讨论
1 (共1页)
q*z
发帖数: 14
1
每秒大约200 个 'Insert ',每个也就几十个byte的数据, CPU
usage 就超过90%了!再多反映就有明显延迟了。这是到了极限了吗

偶用的是 DELL Server, PIII 600, Win2k Server, Oracle 8i
自己写的 ADO program.
a*****a
发帖数: 438
2
I hate Oracle but I guess you can check these:
1. your threading model, STA/MTA/Free threading/Neutral?
2. do you enable connection pooling?
3. your number of CPUs/Memory?
4. Written in VB or VC? VC is 40%-50% faster than VB. (in
PCWeek Test (Nile), VB/COM+ runs at 1981 TPC, VC/ISAPI at
3441, Oracle8i/Solaris at 1039).
For more about performance tips on Windows, check
http://msdn.microsoft.com/library/techart/docu2kbench.htm#do
cu2kbench_topic2.

【在 q*z 的大作中提到】
: 每秒大约200 个 'Insert ',每个也就几十个byte的数据, CPU
: usage 就超过90%了!再多反映就有明显延迟了。这是到了极限了吗
: ?
: 偶用的是 DELL Server, PIII 600, Win2k Server, Oracle 8i
: 自己写的 ADO program.

q*z
发帖数: 14
3

不知道阿, 这些都是什么东东?
有一个一直开着的 Connection Object
1 CPU, 768MB
VC++ 6.
BTW, does anybody know oo4o (Oracle Object for Ole)? Will it
help ?
Thanks!

【在 a*****a 的大作中提到】
: I hate Oracle but I guess you can check these:
: 1. your threading model, STA/MTA/Free threading/Neutral?
: 2. do you enable connection pooling?
: 3. your number of CPUs/Memory?
: 4. Written in VB or VC? VC is 40%-50% faster than VB. (in
: PCWeek Test (Nile), VB/COM+ runs at 1981 TPC, VC/ISAPI at
: 3441, Oracle8i/Solaris at 1039).
: For more about performance tips on Windows, check
: http://msdn.microsoft.com/library/techart/docu2kbench.htm#do
: cu2kbench_topic2.

s****s
发帖数: 2163
4

If you care about turn about time (reponse time), try to
create some
index if your insert statment has "where" clause.
If you just loading a lot of thing into oracle table, try to
using bulk loading,
like sqlldr, or direct path loading.
The proformance is heavily depends on your hard ware and
software setting.
If you are DBA, try to increase the memory size.
If you care about the total thoughtput, it is another
picture. I believe,
there is a "oracle tuning" secion in oracle document. You
can tr

【在 q*z 的大作中提到】
: 每秒大约200 个 'Insert ',每个也就几十个byte的数据, CPU
: usage 就超过90%了!再多反映就有明显延迟了。这是到了极限了吗
: ?
: 偶用的是 DELL Server, PIII 600, Win2k Server, Oracle 8i
: 自己写的 ADO program.

1 (共1页)
进入Database版参与讨论
相关主题
Problems on ACCESS + VB谢谢skeptic,高低价,amnesia 三位大侠
[转载] Java/JSP/Servlets... and Database(Oracle/DB2)urgent: help on perl/ personal web server
How to dump tables from Oracle to Access?求教php设置问题
how to programatically compact an Access DB?Anybody familiar with VB ADO database
Why SQL Server 7 Enterprise Manager is so slow?ADO & DAO &SQL...Help...
Access Oracle LONG data type using ADO帮忙亚
适用于sql server 和oracle 的 sql batch?可不可以用asp把Server上的数据另存到本地
Oracle ado其他家有类似的么请教SQL Server的问题~偶将感激不尽
相关话题的讨论汇总
话题: oracle话题: vb话题: vc话题: 极限话题: server