HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Database Performance Comparison Tips
Operating System - HP-UX
        1839913
        Members
    
    
        3514
        Online
    
    
        110157
        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
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
Blogs
        Information
        Community
Resources
Community Language
        Language
        Forums
Blogs
	
		
			
            
                
            Go to solution
        
            
		
		
			
            	
	
		
        
		
	
	
		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
08-07-2009 08:12 AM
08-07-2009 08:12 AM
			
				
					
					
						DBA/Sysad Gurii,
What could I tell my DBA as far as comparing DB performance between platforms (Itanium and PARISC and even Linux?) For the PARISC/Itanium comparison -- the same disksets and database will be used. For the Linux test -- the same database will be used but Endian converted to the Linux format. All 3 Environments will use the exact same Storage Array with about the same FC Connections and storage layout.
The server environments will be "fairly" adjusted as to clock speed and CPU/Core count.
Some of you may suggest -- why not just run your applications suite against the databases? Well -- we do not have that luxury. The DBA/Us must come up with a suite of SQL/DB stress testing acitivites to fully sterss out the Database so it exposes the total interaction of the platforms memory, busses, I/O, etc.
I am thinking:
- complex SQL with calculations
- updates
- db inserts
- complex joins
- RMAN backups, extracts...?
Any thoughts?
	
			
				
		
			
			
			
			
			
			
		
		
		
	
	
	
What could I tell my DBA as far as comparing DB performance between platforms (Itanium and PARISC and even Linux?) For the PARISC/Itanium comparison -- the same disksets and database will be used. For the Linux test -- the same database will be used but Endian converted to the Linux format. All 3 Environments will use the exact same Storage Array with about the same FC Connections and storage layout.
The server environments will be "fairly" adjusted as to clock speed and CPU/Core count.
Some of you may suggest -- why not just run your applications suite against the databases? Well -- we do not have that luxury. The DBA/Us must come up with a suite of SQL/DB stress testing acitivites to fully sterss out the Database so it exposes the total interaction of the platforms memory, busses, I/O, etc.
I am thinking:
- complex SQL with calculations
- updates
- db inserts
- complex joins
- RMAN backups, extracts...?
Any thoughts?
	Hakuna Matata.
			
			
				Solved! Go to Solution.
		3 REPLIES 3
	
	            
            
		
		
			
            
                - Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2009 09:42 AM
08-07-2009 09:42 AM
Solution
			
				
					
					
						How about database querries.  
We had a few here that were written so badly they could nearly stop a box cold on the older 10.20 version. We saw improvement going from 10.20 to 11iv1.
Try finding or creating a few really nasty querries that are either asking for too much or where statement forces full table lookups.
Just a thought,
Rita
		
		
	
	
	
We had a few here that were written so badly they could nearly stop a box cold on the older 10.20 version. We saw improvement going from 10.20 to 11iv1.
Try finding or creating a few really nasty querries that are either asking for too much or where statement forces full table lookups.
Just a thought,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2009 10:06 AM
08-07-2009 10:06 AM
			
				
					
						
							Re: Database Performance Comparison Tips
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						I have no suggestions but I ask that you post your findings..
I would find the results very interesting..
Regards.
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
I would find the results very interesting..
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2009 12:31 PM
08-09-2009 12:31 PM
			
				
					
						
							Re: Database Performance Comparison Tips
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						I'm surprised your DBA isn't familiar with swingbench:
http://www.dominicgiles.com/swingbench.php
I'm not sure how many of those tests you list swingbench does, but it's a reasonable starting point.
Rememebr to run swingbench itself as a client on the same platform for all tests, otherwise you'll be skewing your tests by testing how good the Java stack is on each system as well...
HTH
Duncan
	
I am an HPE Employee
 
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
http://www.dominicgiles.com/swingbench.php
I'm not sure how many of those tests you list swingbench does, but it's a reasonable starting point.
Rememebr to run swingbench itself as a client on the same platform for all tests, otherwise you'll be skewing your tests by testing how good the Java stack is on each system as well...
HTH
Duncan
I am an HPE Employee
 
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
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP