Is snowflake generated ID can be bigger then unsigned_long? (2^64-1)

It’s a bit stupid question, but I don’t have enough relevant expirience to answer it myself. Can a snowflake generated ID (274950720577339394), be bigger then unsigned_long type of integer? (2^64-1) Just a bit more info. I’d like to store snowflake IDs inside the elasticsearch index, and according to it’s integer types there is a unsigned_long… Read More Is snowflake generated ID can be bigger then unsigned_long? (2^64-1)