T in TPS means Transactions, right? What kind of a transaction is that one which uses no persistent storage?) 1 million network-to-memory writes, well, that is quite possible, but, please, do not call this a transaction in the way it meant in TPS.) What was meant in the old days by transaction, was an atomic operation which completes after storing the data in a persistent (usually direct-access, which means no buffer…
In any case what they seem to be measuring is a read-only, in memory workload, so this is not that impressive. IIRC, InnoDB has no trouble pulling off something like this.