Architecture Principles
Core Principles
Batch processing of the JDBC driver allows adding multiple SQL statements to the batch execution list and collectively sending them to the database in one go. All insert or update operations in the transaction are carried in a single U packet. Consequently, completing the batch operation only necessitates once instance of network connection establishment and data exchange.
Solution Advantages
Sending all batch updates at once in a single U packet significantly decreases network communication overhead and enhances execution efficiency when compared to sending PBE packets multiple times.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot