ALTER TAG or ALTER EDGE - Is such change reflected immediately? #5658
Answered
by
wey-gu
xs2tarunkukreja
asked this question in
Q&A
-
We have a requirement to add new property in tags as well as edges. We have millions of vertex and edges. Will changing the tag or vertex be effected immediately? If not then how we can know that it is effected now. |
Beta Was this translation helpful? Give feedback.
Answered by
wey-gu
Jul 28, 2023
Replies: 1 comment 3 replies
-
It's done on metad when it succeeded, but the underlying data will be changed during further data updates and (storage periodic)compaction. But the effect was taken as a query after a successful TAG/EDGE ALTER AND two Heartbeat cycles, to distribute the schema change to all services) will have resulted in the new SCHEMA. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
20 sec is generally true.
Default heartbeat is indeed 10 sec, it's configurable though.