Дима, в 1.6 надо изменить семантику select чтобы возвращал Lua table, а не 
значения на стэке. Речь идёт о всех селектах. Также, в 1.6 из space:select* 
надо убрать index id. Для того, чтобы сделать select* по индексу, надо просто 
делать space.index.index_name:select(...).
Таким образом index id станет необязательным атрибутом.

-- 
You received this bug notification because you are a member of Tarantool
Development Team, which is subscribed to tarantool.
https://bugs.launchpad.net/bugs/1224346

Title:
  проблемы при выборке большого количества записей

Status in Tarantool - an efficient in-memory data store:
  New

Bug description:
  Привет, при попытке выбрать много записей за один запрос (например
  15000) получаем ошибку:

  <?php
  $t = new Tarantool('127.0.0.1', 13013)
  $t->call("box.select_range", array('0', '0', "15000", 1), 0);

  An error has occured: call failed: 13058(0x00003302): Lua error: too
  many results to unpack(0)

  
  Tarantool - 1.4.9
  Extension - 1.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/tarantool/+bug/1224346/+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

Reply via email to