Replies: 1 comment
-
Hello @guofengzh Manticore doesn't support XA. The easiest way to sync data between MySQL and Manticore is the main+delta schema - https://manual.manticoresearch.com/Data_creation_and_modification/Adding_data_from_external_storages/Main_delta#Main+delta-schema Interactive course about it - https://play.manticoresearch.com/maindelta/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We store data in the database, and at the same time we store the data in Manticore Search for fast search. To keep the data consistency, we think we should use global transcation (XA transcation).
But although Manticore Search support the mysql wire protocol, but it seems that It does not support MysqlXADataSource.
We use Narayana transaction toolkit and MysqlXADataSource for testing. We got the following exception:
Does Manticore search really not support Mysql XA datasource? If this is the case, how to ensure data consistency between multiple data stores for our situation?
Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions