Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support switch to decide whether generate tagless key when writing sst file #99

Closed
Nicole00 opened this issue Oct 17, 2022 · 0 comments · Fixed by #100
Closed

support switch to decide whether generate tagless key when writing sst file #99

Nicole00 opened this issue Oct 17, 2022 · 0 comments · Fixed by #100

Comments

@Nicole00
Copy link
Contributor

Nicole00 commented Oct 17, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant