This message was deleted.
# nebula-users
s
This message was deleted.
w
Yes, it’s correct to use domain name as VID when we could know most query pattern started from domain name.
For performance perspective, I think gernerally a shortter vid length will do help, thus int64 v.s. your fixed-length of string VID for domain-name would help on this trade-off.
πŸ‘ 1
g
In general yes, it is better to use int64, but difference in performance is not big. The issue with using int64 is that you have to maintain mappings for domain names to int64 externally or create nodes with those mapping.
πŸ‘ 1
❀️ 1
s
Oh Okay. Thank you @wey and @Goran Cvijanovic
πŸ™Œ 1