Skip to content

有关从TP同步到AP表的问题 (Questions about synchronizing from TP to AP table) #160

Answered by leizzboy
Mr-Foyego asked this question in Q&A
Discussion options

You must be logged in to vote

Answer:

  1. If the storage engine engine=innodb is specified when creating a table on the TP side, the table will be synchronized to the AP side, but its storage engine on the AP side would be InnoDB.
  2. If you continue to analyze this table, you don't need to wait for the AP side to synchronize, and the analyze on the TP side will also be synchronized to the AP side. However, because this table is still an InnoDB engine on the AP side, it does not have the advantages of the stonedb storage engine.
  3. Yes.
  4. If no storage engine is specified for creating a table, the storage engine of the table depends on the parameter of default_storage_engine. It is recommended that the parameter of TP side be set…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by leizzboy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants