INSERT ... SELECT ... statements. The query results are then written back to the target table in the read/write instance over the internal network, significantly improving ETL efficiency in complex query scenarios.
INSERT ... SELECT ... statement to the columnar read-only analysis instance for execution. The SELECT clause is accelerated by the columnar read-only analysis instance, and the query results are directly written back to the read/write instance. This improves overall execution efficiency.INSERT ... SELECT ... statement is simple, reading data from the columnar read-only analysis instance and writing it back to the read/write instance incurs additional network overhead. Compared to reading data directly from the read/write instance, the advantage is not significant.INSERT ... SELECT ... statement is large, the main performance bottleneck lies in the process of transmitting the result set over the network and writing it to the read/write instance. This feature cannot optimize performance in this scenario.Esta página foi útil?
Você também pode entrar em contato com a Equipe de vendas ou Enviar um tíquete em caso de ajuda.
comentários