cartridge-java
cartridge-java copied to clipboard
Composite Index from Map
Can't connect to instance of tarantool if any space like this exists:
box.schema.space.create('test')
box.space.test:format({
{ name = 'id', type = 'unsigned', is_nullable = false },
{ name = 'name', type = 'map' , is_nullable = false}
})
box.space.test:create_index('super_index',
{type = 'tree',
parts = {
{'name.field1','str'},
{'name.field2','unsigned'}
},
unique = false
})
Exception: Duplicate key