The following forum message was posted by piaosongmei at http://sourceforge.net/projects/cubridcluster/forums/forum/1129809/topic/4029145:
oops, my mistake.
thank you for your explain.
and for client side insert / server side insert:
in case of server side insert, it's also called locator_insert_force(). the
stack is as bellow:
qexec_execute_insert() --> locator_attribute_info_force() -->
locator_insert_force()
in case of client side insert, the stack is:
xlocator_force() --> locator_insert_force()
in server side insert, it's also prepared copy area and flushed to server.
|