| By Phani Raj Raghavendra | Article Rating: |
|
| December 11, 2008 11:30 AM EST | Reads: |
13,603 |
High-performance databases are optimized for transaction processing and used by several industries around the world, notably financial services and healthcare. They are more commonly available on 32-bit Unix platforms (Solaris, AIX, HP-UX, and Linux). The trend is to 64-bit-enable them and migrate them to the IA-64 architecture. This helps companies take advantage of the scalability and performance features provided by 64-bit architecture and win them greater market share. This article will describe some of the challenges we faced and resolved in migrating one such database engine application from 32-bit Unix to Linux on IA-64.
Migration Challenges of the Database
This database has its own runtime architecture that is totally different from the Itanium runtime architecture, with substantial runtime glue code written in native assembly language to enhance performance. It has its own compiler, which generates machine instructions directly from an ISO standard language designed specifically for this family of databases. Further, when it works in direct mode (interpreted), instructions are generated on-the-fly and executed.
Challenges Offered by IA-64
IA-64 architecture provides weak ordering of instruction execution, implying that instructions can be made visible out of order with respect to the actual program order. This is extremely important while running database engines in a multiprocessor environment where executing instructions in the incorrect order would result in unexpected behavior.
IA-64 also supports both little and big endian modes for data storage. HP-UX uses big endian and Linux uses little endian with the instructions always being in little endian.
One of the challenges was to generate machine instructions in the correct order regardless of the operating system.
Published December 11, 2008 Reads 13,603
Copyright © 2008 SYS-CON Media, Inc. — All Rights Reserved.
Syndicated stories and blog feeds, all rights reserved by the author.
More Stories By Phani Raj Raghavendra
Phani Raj Raghavendra is senior architect at S7 Software Solutions (http://www.s7solutions.com).
- Microsoft Tries Hadoop on Azure
- Asynchronous Logging Using Spring
- StorSimple Supports OpenStack
- What to Expect in 2012: Cloud Computing and Open Source Software
- Will PaaS Finally Bring Open Source Love to the Enterprise?
- AT&T Joins OpenStack, Floats Cloud Architect
- Red Hat Sets Up GlusterFS Advisory Board
- Linux Virtualization and Tired Open Source Myths
- OpenOffice.com Lives
- Cloud Computing: A Platform-First Approach
- Powering the Cloud with Open Source
- Acquia Announces Two New Board Members
- Adobe Sends Flex to the Apache Foundation
- i-Technology in 2012: Five Industry Predictions
- Microsoft Tries Hadoop on Azure
- OpenXava 4.3: Rapid Java Web Development
- Asynchronous Logging Using Spring
- StorSimple Supports OpenStack
- What to Expect in 2012: Cloud Computing and Open Source Software
- Will PaaS Finally Bring Open Source Love to the Enterprise?
- AT&T Joins OpenStack, Floats Cloud Architect
- More Use Cases for Big Data Analytics
- Red Hat Sets Up GlusterFS Advisory Board
- Linux Virtualization and Tired Open Source Myths
- After Ubuntu, Windows Looks Increasingly Bad, Increasingly Archaic, Increasingly Unfriendly
- SCO CEO Posts Open Letter to the Open Source Community
- Simula Labs Launches Hosted Delivery Platform To Enable Enterprise Open Source Adoption
- Where Are RIA Technologies Headed in 2008?
- Source Claims SCO Will Sue Google
- How Open Is "Open"? – Industry Luminaries Join the Debate
- Latest SCO News is Plain Weird
- SCO Claims Linux Lifted ELF
- IBM Tells SCO Court It Can't Find AIX-on-Power Code
- Flashback: Investing in 'Professional Open Source' - Exclusive 2004 Interview with David Skok, Matrix Partners
- Developing an Application Using the Eclipse BIRT Report Engine API
- HP Starts Pushing Desktop Linux



















