- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- mincache=direct
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
02-14-2001 01:17 PM
02-14-2001 01:17 PM
mincache=direct
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2001 01:28 PM
02-14-2001 01:28 PM
Re: mincache=direct
archive log, backups, database exports:
utilize unix buffer cache.
rollback, temp:
utilize mincache=dsync,convosync=dsync
datafiles, redo logs:
utilize mincache=direct,convosync=direct
I would also add nodatainlog for the datafiles (which includes data & index).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2001 01:40 PM
02-14-2001 01:40 PM
Re: mincache=direct
As long as your Oracle block size is a multiple of your filesystem block size, I think you should use mincache=direct to avoid "double-buffering" your data.
Another good source for some info is the vxfsio man page.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2001 01:36 PM
07-02-2001 01:36 PM
Re: mincache=direct
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2001 07:56 AM
07-12-2001 07:56 AM
Re: mincache=direct
If you follow the recommendations, you may end up with 2 caches like this. The first one in Oracle has both data and index pages. The second in the OS would have mainly index pages presuming this box is nearly dedicated to Oracle. The OS cache can be much larger than the Oracle cache, thus creating a very large index cache. In this situation (especially if the application is index intensive), the benefit of having a very large index cache could exceed the cost of double caching.
Any comments please.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2001 12:00 PM
07-31-2001 12:00 PM