Hi there,
we have 3 node PXC 8.0.27 cluster , when inserting the data using LOAD DATA INTO TABLE.
The nodes are not responding and there in hung state.
And also data is not replicated to other nodes
Is this expected …?
Hi there,
we have 3 node PXC 8.0.27 cluster , when inserting the data using LOAD DATA INTO TABLE.
The nodes are not responding and there in hung state.
And also data is not replicated to other nodes
Is this expected …?
Hi @AneeshBabu,
Thank you for your question. Could you provide more information about the data you are loading? How big is the file. Table structure.
From the documentation: Percona XtraDB Cluster limitations - Percona XtraDB Cluster
- Maximum allowed transaction size is defined by the
wsrep_max_ws_rowsandwsrep_max_ws_sizevariables.
LOAD DATA INFILEprocessing will commit every 10 000 rows. So large transactions due toLOAD DATAwill be split to series of small transactions.
What is the value of those variables?
Pep
Unanswered | Unsolved | Solved
MySQL, InnoDB, MariaDB and MongoDB are trademarks of their respective owners.
Copyright © 2006 - 2024 Percona LLC. All rights reserved.