UUID, efficiency and indices

String is fine. We thought about having blob, but then realized it’s the same thing as string in Go.

Hash is slightly smaller, I think. We’d hash the string and store that hash as key for the index internally.

You could do that, if you expect each of these to become quite big.

That’s a possibility too. But, hash should be able to do the job.

1 Like