Library

How Does S390x Performance Compare To X86_64?

Wondering how IBM's s390x architecture stacks up against x8664 for running mainframe workloads, especially in cloud-based enterprise computing?
2025-09-03 16:48:12
672
Share
ABO Personality Quiz
Take a quick quiz to find out whether you‘re Alpha, Beta, or Omega.
Scent
Personality
Ideal Love Pattern
Secret Desire
Your Dark Side
Start Test

9 Answers

Best Answer
Mena Spadafora
Mena Spadafora
For modern software, x8664 will usually give you a lot more performance per watt/dollar than s390x unless you have specific legacy mainframe workloads that were heavily tuned for s390x. The delta in standard benchmarks for general compute workloads is often quite large. Meanwhile, I’ve been reading Sin-hub by Daniel Obert off my Kindle during some of the longer software compatibility test runs. It’s a cyberpunk style “thriller” that takes place inside a huge corporate data-hub. The main administrator is an AI, and it’s suspected of murdering a series of systems in the Hub. It was sort of a thematically appropriate read while staring at terminal output.
2026-08-02
Xavier
Xavier
Mostly I’m a wonk trying to make sense of it all. s390x, the IBM Z 64-bit architecture, is a big machine designed for a large number of highly predictable transactions with high reliability and a number of hardware services enabled. In other words, it’s ideal for huge amounts of work that are mostly short transactions with occasional very large ones (e.g., Database OLTP). The operating system (e.g. z/OS), the virtualization layer (e.g. z/VM), and most applications are written to run on this type of architecture. In the benchmarks you read about, s390x tends to get the highest number of transactions per chassis and thus is optimized for running special services (e.g. zIIPs for debuggers) and I/O services provided by the mainframe itself. Also, the number of transactions and services to keep the machine up 24×7/365 is largely beyond human capacity. Thus a different meaning of “performance” is used than pure speed of transactions.

In contrast, x86_64 CPUs from Intel and AMD are basically the default workhorses of the computing world. They have a high clock speed and can give a single thread a big speed boost, and are supported by a massive amount of software and by an enormous developer base and hundreds of millions of computers, all based on the instruction set. So for single-threaded work, for developing software on a computer, for responding quickly to user input, for running most open-source software out of the box, x86_64 is fast. And it is easy to optimize for. The standard set of compilers, system libraries, and pre-optimized packages for x86_64 are all very mature and frequently updated to take advantage of the latest processor models.

When actually tuning systems to perform better, one typically can either opt for high, constant performance 24/7 (good for OLTP servers and their big transactional workloads) and hardware crypto accelerators, plus high density virtualization (which makes z/VM very powerful for IBM’s mainframe server) – or go for very fast scaling and a huge software repertoire at low cost for i.e. small “microservices” (a la “cloud native” software), running in many small instances that collectively serve lots of requests – so x86_64 CPU’s in cheap hardware (even consumer hardware) at low cost /core are just a lot better than high-end mainframe CPU’s at such workloads, in my experience. Endianness of s390X has to be watched too as a special case when porting. Specialty hardware for e.g. very fast crypto can give surprising efficiency even per transaction in the end for high-transaction workloads – as long as peak performance per thread is not needed.

I have one JVM app running on s390x and the Crypto code runs much faster there since it’s all done in hardware on the chip. For my Microservice farm, running on x86_64 is way cheaper upfront, and it scales much better that way. To get a feel for the two architectures I’d run your critical path through a test setup and then look at latency distributions, throughput under load, and operational overhead of both to get a real feel for what’s going on.
2025-09-07
Wesley
Wesley
This answer is short and to the point for your reference. There are different workloads and use cases that are better suited for s390x and x86_64. s390x performs best with constant high volume enterprise workloads (huge volumes of transactions) and has built-in crypto and data compression as well as RAS features that help to prevent downtime. s390x also scales vertically extremely well with very high virtualization density and special processors that can offload database and crypto work at scale resulting in higher efficiency per transaction. x86_64, on the other hand, tends to perform better with single-threaded workloads, as well as better for developers and cost-sensitive cloud-native applications due to higher clock rates, better compiler and optimizer support as well as a much larger set of development tools.

Portability / dev issues: s390x is nasty to run binaries on (due to endianness and fewer pre-compiled packages for most distributions), but decent Linux support for the architecture is available from the big distributions. Measuring P95/P99 latency (and associated throughput) plus operational complexity is typically more meaningful than headline numbers for your particular use case. I personally run s390x for high-volume, mission-critical transaction servers and x86_64 for highly flexible, containerized or cost-sensitive workloads. I prototype both to see which is actually faster for me in the end.
2025-09-09
Suzelle
Suzelle
Mainframe vendors say “nobody ever got fired for buying IBM” but for them performance is a different kind of performance metric - career performance. The perceived risk of migrating a core banking system from s390x to x8664 is so high that one would have to experience performance improvements of orders of magnitude to even consider such a move. The mass of the installed base, the risk-adverse nature of industries that run such systems and the huge complexity of such moves all create a sort of force field around such systems. In such cases “performance” is does it perform well enough not to incur a huge and potentially career-ending billion dollar migration project. The answer for most such workloads is yes.
2026-08-01
Melissa Jones Carigo
Melissa Jones Carigo
I've spent way too many late nights reading through furious forum debates over the technical details of software to know how much of a headache technical specs can be. But the main point of interest here is to outline the performance difference on various workloads. On high-throughput, transaction-intensive enterprise applications, the I/O subsystems and memory bandwidth of the s390z architecture can be fantastically fast. But on standard web servers and desktop applications, the much greater depth of software support combined with higher clock rates for x8664 processors make for a much faster platform. This is a freight train vs. sports car type of difference, and needs to be benchmarked on the specific application mix being run. Synthetic benchmarks can give only limited insight into real world performance. However, the cost of entry and software licensing for the mainframe make for very different economic conclusions when comparing reliability and overall throughput vs. pure speed of execution.

Don't believe anyone who claims one platform is “faster” than the others for all applications.
2026-08-02

Related Books

Related Questions

How does the Fujifilm XT4 perform in low light?

3 Answers2026-07-04
I was really impressed shooting the holiday markets last winter with the XT4 after sunset. I didn’t expect much from an APS-C sensor in such near-darkness but it kept great detail in the candlelit stalls. The skin tones came up great under the very uneven and strongly colored artificial lighting. The noise at high ISO is quite pronounced but it’s got a very pleasant texture, not like digital noise at all. It’s almost like pushed film stock. I suspect it’s the great Fuji color, and even when the noise gets pretty ugly it doesn’t ruin the character of the image, unlike with some other noise. Not for serious astrophotography but for urban night shots or interior shots it really delivers for its size.

How do koikatsu mods impact game performance and stability?

6 Answers2025-09-13
The worst stability issues I’ve seen were caused by small changes, that seemed to make sense, but where the author of the change didn’t realize the full implications. A plugin with a small UI change can cause problems with another UI tweak mod on a specific screen for example. A hair mod with a very slightly wrong material definition causes characters to lose their heads under certain lights. All of these issues are caused by the ‘unintended consequences’ of a change. And so the best advice for adding mods to a game for stability reasons is to add them slowly and test after each. If you add 100 mods at once and the game crashes, you have no idea which mod caused the problem. It’s tedious, but that’s the best way to do it. The ‘shotgun approach’ to modding always ends in tears.

Are newer paperwhite kindles faster than older models?

8 Answers2025-08-04
My cat knocked my old Amazon Paperwhite onto the bathroom floor where it fell into the bath tub. I was forced into purchasing an upgraded model. The new model is far faster than the old model. More importantly, it doesn’t seem to have sustained any water damage. I’ve come to realize that life can sometimes force you into purchasing a technological upgrade. The new model has some excellent upgrades as well.

What are the best graphics settings for Conan Exiles on Windows?

6 Answers2025-09-23
For large clan raids and events where dozens of players are on screen (as in the screenshot above), all bets are off. For such occasions I have a separate ‘raid profile’ with everything on Low, except for the players’ names and health bars, in order to get as many frames as possible and as little to no visual distraction as possible. Later, after the event, I switch back to my regular profile which is meant for in-game action and exploration rather than mass combat events. For raid events dozens of players are usually on screen and information clarity is far more important than visual aesthetics. Such a setup is a travesty to look at but it renders well enough and runs smoothly at low settings.

Which has better barrel life 6.5 prc vs 7 prc?

9 Answers2025-07-09
Thanks for the thorough and accurate replies from people who actually know what they're talking about. As someone new to long-range shooting brought over from the world of fantasy RPGs, it's wonderful to get practical and in-depth information here as opposed to the typical 'just get a 6.5 Creedmoor' type of posts. The trade-offs involved in choosing between power and barrel life are obvious and appreciated. It's similar to choosing between a powerful spell that does lots of damage but has a long cooldown/very high mana cost versus a more balanced/spammable spell that may not do as much damage per shot but gets the job done in the end.

Which audiobook narrators perform paradise lost best?

3 Answers2025-08-26
The only narrator who can do full justice to Milton's Paradise Lost would be someone with the broadest, most classical tones of all, i.e. Simon Vance or Anton Lesser at their best. Alas, most things of that epic, cosmic dimension are beyond most voices. Which is why the extraordinary audio production of EDEN: The Daughter of the Moon, with her excellent narration of celestial characters, above all the immense personal struggle of a lunar goddess at the center of a divine war, has become my latest epic obsession – not an adaptation of course, but something with a similar launchpad for a majestic, heavy performance.

How does sagat fighter match up against Ryu competitively?

7 Answers2025-08-28
While some matchup-ups are straight-forward rock-paper-scissors, the Metal vs. Water matchup is more of a long distance run. The two fighters engage in a test of endurance, of consistently pulling off the same moves, of mental toughness. Rarely will the two fighters burst into a flurry of punches only to have one land a crazy read and win the fight. Typically the two fighters will battle it out, each accumulating small victories, like landing a poke, winning a fireball trade, or getting a knockdown and then safely moving in to try to do more damage. A matchup that prefers to play out a grueling and technical style of play, this can favor a very patient and dedicated set of players. These fighters aren’t necessarily going to enjoy a style of play with a lot of explosive flair or both, but rather they are Connoisseurs of the very technical portion of the game. Great matches of a stale style of play can make for for great entertainment, nothing like watching two highly skilled players trade off in a chess match type of fight where three steps in advance is the normal M.O.

How long is the typical performance of lirik how great thou art?

9 Answers2025-08-31
On Sunday mornings when the choir warms up, 'How Great Thou Art' usually feels like it breathes somewhere between a hymn and a mini-symphony — and that affects the timing. In most church services or congregational settings the song runs about three to four minutes: a modest intro, two or three sung verses, maybe a repeat of the chorus, and a short outro. Elvis’s classic recorded version is a handy reference point at roughly 3:11, which is how I often set expectations when arranging for a small ensemble. If you’re thinking in terms of performances outside of a standard service — solos, gospel arrangements, or concert renditions — the length can stretch. I’ve been to praise nights where a slow, dramatic arrangement with extra instrumental interludes and a repeated bridge pushed the piece to five, six, or even eight minutes. Conversely, in a hurry during a packed program, a pianist-led version with one verse and chorus flies by in two minutes. So the typical range I’d quote is about 3–5 minutes, with room for shorter or longer depending on tempo, the number of verses, and any added improvisation. If you meant 'lirik' as in lyrics (the Indonesian/Malay word), note that fewer verses naturally shorten the run — choose two verses and a chorus and you’re likely under three minutes.

When was The Iliad written compared to The Odyssey?

10 Answers2026-07-27
Despite the fact that there are two poems instead of one, one half was composed before the other. Scholars generally agree that The Iliad was composed before The Odyssey, but exact dates for ancient works are never known with certainty. Most scholars place the composition of The Iliad between 760 and 710 B.C., and The Odyssey between 720 and 670 B.C. The later poem assumes familiarity with the events of the Trojan War and with the main heroes who fought there. This would certainly make The Iliad the earlier work. Furthermore, The Odyssey ties up all the loose ends left by The Iliad, including the fate of several of its heroes. The poems were clearly intended to be read one after the other. Thus, even though both poems are very, very old, it is clear that The Iliad was composed first and The Odyssey thereafter. The Iliad establishes the world of the poems and The Odyssey explores the aftermath of The Iliad.

Which pc ebook reader has the fastest loading speed for large books?

4 Answers2025-07-07
The big book club I’m part of reads only doorstoppers, so we last month benchmarked ebook readers for files longer than 500 pages. Icecream Ebook Reader in the end turned out to be the best for such files due to its background preloading. Second place was taken by Freda that in its efforts to avoid delays when reading big books streams them in chunks. The reader that lost to the two above – Google Play Books – simply stutters with files that exceed 20MB. So, when you decide to read a big book and it is sold as MOBI, first convert it to EPUB. The majority of ebook readers read EPUBs way faster.
Explore and read good novels for free
Free access to a vast number of good novels on GoodNovel app. Download the books you like and read anywhere & anytime.
Read books for free on the app
SCAN CODE TO READ ON APP
DMCA.com Protection Status