tt icon indicating copy to clipboard operation
tt copied to clipboard

tt connect : low print output performance on socket connection

Open d-enk opened this issue 1 year ago • 1 comments

require("fun").ones():take(50000):totable()

Works very slowly for large objects

Of course, there is no need in itself to print large objects But sometimes it happens by misclick that causes it to freeze

For comparison native tarantool console work almost instantly https://github.com/tarantool/docker/blob/master/files/console

tarantoolctl connect also work good

d-enk avatar Jul 02 '24 10:07 d-enk

This is a problem specific for unix socket By address it works great

d-enk avatar Jul 02 '24 11:07 d-enk