-
We have a need to run performance tests using luatest in, for example, CRUD module. Now CRUD has a [single test](https://github.com/tarantool/crud/blob/master/test/performance/select_perf_test.lua) th…
-
Tarantool application server implements cooperative multitasking, which means that the code can't be preempted unless it executes a blocking operation, such as disk write or mutex lock. This allows to…
-
When I add multiple replication nodes to ConnectionOptions.Nodes, it gives me this: : "Sequence contains more than one element" which means only accepts single node. Why?
-
## Context
We have a bunch of repositories, which are mirrored (sometimes with few tiny patches) into GitHub organization `tarantool` for predictability matters. This way we know that:
* The rep…
-
Hello!
I try to use this client with queues in tarantool (it's modified code from Simple.cpp). And can't do it in normal way.
```
int main()
{
Connector client;
Connection conn(client);
…
-
Now you may specify space format:
`box.schema.space.create('test', {format = {{name = 'id', type = 'num'}, {name = 'data', type = 'array'}}})`
Also in short form:
`box.schema.space.create('test', {…
-
**Steps to reproduce**
Tarantool version
```
Tarantool 3.3.0-entrypoint-146-g8fd84bd55f
Target: Linux-x86_64-RelWithDebInfo
Build options: cmake . -DCMAKE_INSTALL_PREFIX=/usr/local -DENABLE_BAC…
Gumix updated
1 month ago
-
```sh
git clone https://github.com/hoelzro/lua-linenoise.git
cd lua-linenoise
make
```
The `.dylib` produced by make is complaining about missing symbols.
Question: Why doesn't the Makefile …
-
Typically, sql sends prepared statement first then followed by data. This consumes 2x network i/o.
So to increase network efficiency & performance, I propose to **add send prepared statement and da…
-
Tarantool version: 1.10.5-19-gb58a53b
OS version: CentOS Linux release 7.7.1908 (Core)
Bug description:
I have stored procedure in C. This procedure inserts many tuples in one transaction. G…