Why read/write split can improve the performance of the database? -
as far know, read/write split use master machine execute cud operation , use slave machine r operation. , resync data master slave. so, here question: why resync operation more efficient doing cud operation on slave machine directly? thank in advance!
Comments
Post a Comment