В Tarantool теперь есть встроенный UUID типа.
Как вставить запись и передать это поле с помощью https://github.com/tarantool/go-tarantool?
На данный момент у меня есть:
Tuple field 1 type does not match one required by operation: expected uuid (0x17)
при попытке вставить UUID в виде строки
"github.com/satori/go.uuid"
...
var (
Tarantool *tarantool.Connection
)
...
Tarantool.Insert("log", []interface{}{
uuid.NewV4().String(),
...
Индекс:
index:
0: &0
unique: true
parts:
- type: uuid
is_nullable: false
fieldno: 1
id: 0
space_id: 513
type: HASH
name: primary
primary: *0