cancel
Showing results for 
Search instead for 
Did you mean: 

Performance in Read-only Scale out system

712

Hi,

we plan to to install a read only scale out system. Is there any experiences what are the performance effect on the root node when I execute a large statement on the copy node ? If a table on the copy node is blocked during a transaction, changes on the root node that affect a corresponding table are blocked ?

thank you

Andreas

Accepted Solutions (1)

Accepted Solutions (1)

VolkerBarth
Contributor
0 Kudos

Read-only scale-out is particularly meant to separate long-running (and "heavy-locking") queries on copy nodes from OLTP on the root node. AFAIK, the root node works somewhat as in asynchronous mirror mode of a mirror-setup, i.e. it does not wait for the copy nodes to acknowledge the successful transmission of the sent log pages to the copy node's transaction log.

Therefore, a query on the copy nodes should not at all block any transaction on the root node.

Many thanks

"The root node does not wait for the copy nodes to acknowledge the successful transmission". This is what I was looking for.

thank you

Answers (0)