Public bug reported:

Привет, при попытке выбрать много записей за один запрос (например
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

** Affects: tarantool
     Importance: Undecided
         Status: New

-- 
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