- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Slow Performance
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2000 09:01 PM
12-07-2000 09:01 PM
Slow Performance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2000 09:52 PM
12-07-2000 09:52 PM
Re: Slow Performance
If oracle database, you can check heavy IO's dbf file. In this case, you'd betther split dbf file to other disk.
Here's my some considerations.
- enlarge buffer cache size
nomally, dbc_max_pct : 20, dbc_min_pct : 5
bufpages : 0
- fs_async : 1
- VxFS mount option
- IO channel split
- disk striping
etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2000 10:18 PM
12-07-2000 10:18 PM
Re: Slow Performance
It's not surprising if you have all your database files on the same physical disk.
Unfortunately, the only way to solve this issue would be to spread your database onto multiple disks, relocating datafiles, control files, redo logs... trying to distribute them evenly.
You'll need the help of your DBA to achieve this as it's nos as simple as moving the files.
Best regards,
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2000 04:55 AM
12-08-2000 04:55 AM
Re: Slow Performance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2000 07:20 AM
12-08-2000 07:20 AM
Re: Slow Performance
However, how efficient is the program? Is it using indexes? Sequential scans and "select * from..." absolutlely kill performance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2000 08:22 AM
12-08-2000 08:22 AM
Re: Slow Performance
Glance will give you good insight into the problem on the ground.