The $QR$ factorization provides us with a way to write every real matrix $A$ in the form of $QR$, with $Q$ being an orthogonal matrix and $R$ being an upper triangular matrix. I believe that there should also exist a complex version of the $QR$ factorization.
On the other hand, the Schur decomposition provides us a way to write every complex matrix $A$ in the form of $QUQ^{-1}$, where $Q$ is an unitary matrix and $U$ is an upper triangular matrix. Note that the notion of unitary matrices is just a complex generalization of orthogonal matrices.
I feel like the $QR$ factorization is better than the Schur decomposition, because in the first decomposing way we only have two factors which make the expression neater. But I think now that the Schur decomposition exists, there must be some meanings of its, which I can not see.
Can anyone reveal any possible connection between them to me? Thanks for help.