'Why https uses symmetric encryption for data transfer after establishing connection

I am trying to understand the working model of HTTPS protocol, Initially for establishing a secure connection asymmetric encryption was used, Once the client-server connection is established symmetric encryption is used for data transfer.

Is there any significant advantage of using symmetric encryption except the performance factor?

Also, can we encrypt a large amount of data using asymmetric encryption



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source