- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Random and Sequential Read/Write !!
Operating System - HP-UX
1822320
Members
6144
Online
109642
Solutions
Forums
Categories
Company
Local Language
юдл
back
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
Forums
Discussions
юдл
back
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
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
тАО07-05-2002 08:46 PM
тАО07-05-2002 08:46 PM
Random and Sequential Read/Write !!
Dear all,
I have a question about performance of hard disks !! Can any tell me the difference between Random and Sequential Read/Write in terms of hard disk access ? Any examples for what kinds of applications will use random and which kinds will use sequential ?? What is the different between Unix file copy and database access?? Which kind of read/write they belongs to??
Appreciated if anyone can help answer my questions with any resource links.
Many thanks,
Chris,
I have a question about performance of hard disks !! Can any tell me the difference between Random and Sequential Read/Write in terms of hard disk access ? Any examples for what kinds of applications will use random and which kinds will use sequential ?? What is the different between Unix file copy and database access?? Which kind of read/write they belongs to??
Appreciated if anyone can help answer my questions with any resource links.
Many thanks,
Chris,
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-05-2002 10:56 PM
тАО07-05-2002 10:56 PM
Re: Random and Sequential Read/Write !!
Hi Chris
Have a look at the below
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/92431-90014/92431-90014_top.html&con=/hpux/onlinedocs/92431-90014/00/00/20-con.html&toc=/hpux/onlinedocs/92431-90014/00/00/20-toc.html&searchterms=read%7cwrite%7csequential&queryid=20020706-000018
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/mpeix/onlinedocs/32650-90885/32650-90885_top.html&con=/mpeix/onlinedocs/32650-90885/00/00/47-con.html&toc=/mpeix/onlinedocs/32650-90885/00/00/47-toc.html&searchterms=read%7cwrite%7csequential&queryid=20020706-000018
Hope this helps
Steve
Have a look at the below
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/92431-90014/92431-90014_top.html&con=/hpux/onlinedocs/92431-90014/00/00/20-con.html&toc=/hpux/onlinedocs/92431-90014/00/00/20-toc.html&searchterms=read%7cwrite%7csequential&queryid=20020706-000018
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/mpeix/onlinedocs/32650-90885/32650-90885_top.html&con=/mpeix/onlinedocs/32650-90885/00/00/47-con.html&toc=/mpeix/onlinedocs/32650-90885/00/00/47-toc.html&searchterms=read%7cwrite%7csequential&queryid=20020706-000018
Hope this helps
Steve
take your time and think things through
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-05-2002 11:49 PM
тАО07-05-2002 11:49 PM
Re: Random and Sequential Read/Write !!
Hi,
For Oracle database, index and database filesystems are striped across disks (and preferably across controllers as well) because reads and writes of data are random. Whereas the database redo log filesystems should not be striped because they are always sequentially written into and sequentially read when needed.
You can use free tools such as stkio (stkio.hp) from Storagetek to measure the throughput and response time of random and sequential reads and writes of varying size files with varying block sizes. The last time I checked, it was downloadable from the storagetek website.
Hope this helps. Regards.
Steven Sim Kok Leong
For Oracle database, index and database filesystems are striped across disks (and preferably across controllers as well) because reads and writes of data are random. Whereas the database redo log filesystems should not be striped because they are always sequentially written into and sequentially read when needed.
You can use free tools such as stkio (stkio.hp) from Storagetek to measure the throughput and response time of random and sequential reads and writes of varying size files with varying block sizes. The last time I checked, it was downloadable from the storagetek website.
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-06-2002 06:46 AM
тАО07-06-2002 06:46 AM
Re: Random and Sequential Read/Write !!
In a very simple computer system with one user and one disk, then it might be possible to characterize random and sequential access. Random access is not very common when you are writing email or using a browser. Sequential is fairly common for small tasks.
However, add a few users doing different tasks, throw in a database with many more users accessing the data, and all at the same time, the disk(s) will be mostly randomly accessed. As mentioned, there are ways to mitigate the head movements (thrashing) by moving sequential across multile disks and disk channels.
Bill Hassell, sysadmin
However, add a few users doing different tasks, throw in a database with many more users accessing the data, and all at the same time, the disk(s) will be mostly randomly accessed. As mentioned, there are ways to mitigate the head movements (thrashing) by moving sequential across multile disks and disk channels.
Bill Hassell, sysadmin
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP