For example create table a(a int); create index concurrently con_index on a(a);
This creates new transaction. Datanode should handle this using different GXID and snapshot locally, or push down another GXID and snapshot.
Log in to post a comment.
This creates new transaction. Datanode should handle this using different GXID and snapshot locally, or push down another GXID and snapshot.