Hello,
I would like to store UUID as a property of a node, the documents and resources I've found regarding this topic are storing UUID as a string in the database.
Is there any way to store UUID as 16 byte integer in the node?
UUID data type are available in other db like SQL Server for example, using a string instead of a 16 bytes integer is a big loss of memory, specially if you have a lot of nodes.