Using UINT vs STRING as primary id

Hi,

I plan on using unsigned 64 bit integers as ids for user vertices. Is there any pros and cons to using UINT as the primary id type versus STRING (integer would be converted to string) in terms of RAM usage, performance when searching by id, etc?

Regards,

Alvin