- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Sorting in relational databases
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
09-20-2004 12:02 AM
09-20-2004 12:02 AM
Sorting in relational databases
Does anyone know which sort algorithm is used by the databases (e.g. Sybase / Oracle) ? Is it the VMS sort (I don't think so) ? Link to doc ?
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2004 12:20 AM
09-20-2004 12:20 AM
Re: Sorting in relational databases
Other tools such as RMU/LOAD uses directly the Vms sort.
For Ingres or others, I do not know.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2004 12:34 AM
09-20-2004 12:34 AM
Re: Sorting in relational databases
But RDB isn't an real Oracle product and is only running on ex-DEC. But good to know anyway ...
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2004 12:38 AM
09-20-2004 12:38 AM
Re: Sorting in relational databases
But RDB isn't an real Oracle product.
This reminds me of what says a guy at Rdb engineering: "Oracle, the other product of the company :-)"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2004 12:48 AM
09-20-2004 12:48 AM
Re: Sorting in relational databases
I worked with RDB for 2 months in a time that we didn't yet know what a relational database was (1987).
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2004 12:52 AM
09-20-2004 12:52 AM
Re: Sorting in relational databases
Sorting will indeed likely NOT be done using VMS sort. I consulted a collegue with Sybase knowledge and he told me it may depend on a parameter (generic or SORT related) to instruct RDBMS to use memory or temporary tables. In the first case, the OS will take care of paging, in the latter data will be written into the database.
For Oracle, give the document on performence (http://www.oracle.com/technology/products/bi/pdf/o9i_optimization_twp.pdf) memory will be allocated and used - where the OS will take care of paging as well. You'll see it in the pagefault rate of the main Oracle process - or one of it's subprocesses.
I know, for Oracle, that there are quite a number of measures to be taken in database design (DB pagesize, for instance) and configuration to improve performance. Part is DBA's job....
Willem
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2004 01:00 AM
09-20-2004 01:00 AM