** Changed in: tarantool
Assignee: Kostja Osipov (kostja) => Dmitry Simonenko (pmwkaa)
** Changed in: tarantool
Status: Confirmed => Fix Committed
--
You received this bug notification because you are a member of Tarantool
Development Team, which is subscribed to tarantool.
https://bugs.launchpad.net/bugs/1018775
Title:
Alleviate box.unpack() limit of 8000 tuples
Status in Tarantool - an efficient in-memory data store:
Fix Committed
Bug description:
Currently select_range() can only return 8000 tuples, because it puts
these tuples into a Lua table, and then calls unpack() on the table.
Instead, teach LuaPort to send Lua tables which consist entirely from
box.tuple instances as is, without repacking them into a tuple.
I.e. when we do send of a Lua table, check the type of the first element: if
it is a scalar, send the table as if it was a tuple of fields, if it is a
tuple, send it as if it was a result set of tuples.
To manage notifications about this bug go to:
https://bugs.launchpad.net/tarantool/+bug/1018775/+subscriptions
_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help : https://help.launchpad.net/ListHelp