How Does Payjoin Scale Bitcoin?

The Bitcoin blockchain is limited by block size. Approximately every ten minutes a new block is added to the chain. New blocks are limited to around 2MB of data on average.
The simplest way to scale any database is batching, which is exactly what Payjoin does.
Payjoin enables multiple distinct parties to combine what would otherwise be distinct transaction intents into a joint transaction which lets them share transaction data they would otherwise both need to pay to add to the chain.

Your Typical Payjoin

In a basic bitcoin transaction, a sender spends some bitcoin to a new transaction output paying someone and makes change from their funds at the same time. A third party looking at the transaction on chain could assume all input to a transaction must have come from that sender.
In Payjoin, the sender and receiver both contribute funds, breaking Satoshi's assumption. The payment amount plus receiver input amount both go to the receiver and the sender gets change. Because bitcoin is stored in distinct transaction outputs, and not accounts, such a transaction looks the same as one where a sender spent multiple inputs to a receiver and made change. By breaking the assumption from the whitepaper, payjoin makes it much harder to be sure about who got paid how much.
The Payjoin using exclusively Pay-to-Taproot addresses (P2TR) here is 211.75 vB. An analogous P2TR payment here is 152.25 vB and P2TR consolidation here is 168.5 vB, for a total of 320.75 vB. The separate payment and consolidation have to pay for 51% more block weight to be mined than the Payjoin. What other scaling solution achieves that kind of savings?

Opportunistic Consolidation

Payjoin got its start as a way to make a sort of coinjoin from a payment. A receiver combines their input with the sender's, effectively joining a consolidation transaction with a simple transfer. An observer looking at the payjoin is cannot tell it apart from a simple transfer where all of the inputs come from the same entity.

Transaction Cut-Through

Payjoin not only creates opportunity to batch consolidation, but may create any output with the incoming funds. Because payjoin involves live interaction, the receiver may open lightning channels, forward funds to a different wallet, pay for goods and services, or batch forward transactions with incoming funds without first taking them into a new UTXO.