You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add a switch to decide whether write vertex without tag for sst import mode.
if enable tagless, write vertex key without tag and with empty value, write vertex key with tag and real value.
if not enable tagless, just write vertex key with tag and real value.
default config value for enableTagless will be false.
add a switch to decide whether write vertex without tag for sst import mode.
if enable tagless, write vertex key without tag and with empty value, write vertex key with tag and real value.
if not enable tagless, just write vertex key with tag and real value.
default config value for enableTagless will be false.
related issue and pr: vesoft-inc/nebula#4457 vesoft-inc/nebula#4727
The text was updated successfully, but these errors were encountered: