-
Hello!
I have noticed slow insert performance of insert operations in connector. To test this, i have made some benchmarks:
Create space:
```lua
box.schema.space.create('pivot')
box.space.pivot:c…
-
Hello,
I've just published documented solution to get mariadb->tarantool replication to work.
I've tried to provide compatibility with current `replicatord.yml` configuration file, but there are l…
-
# Cartridge bench tool for Tarantool
## User Story
User setup Tarantool single node or cluster and try to understand **«How many specific traffic Tarantool can handle on this hardware»**
The …
-
Hi!
I've tried to build cartridge-cli on alpine 3.15.4 via mage and got an error:
```
cli/create/create.go:20:12: pattern all:templates/cartridge/*: no matching files found
Error: Failed to …
-
It need to wait until all rw requests are completed.
R-omk updated
2 weeks ago
-
Sorry, I can't reopen the #315 issue.
Unfortunately, nothing helped.
1. If run the application
```
go run ./main.go -tags go_tarantool_ssl_disable
```
- the same errors.
2. If install ope…
vhar updated
9 months ago
-
See [Tarantool server events documentation](https://www.tarantool.io/en/doc/latest/dev_guide/internals/iproto/events/) for more info. See [go-tarantool patch](https://github.com/tarantool/go-tarantool…
-
Currently, we save tuples of every space in the order of its primary index. On recovery, we sort tuples in order of each secondary key with parallel qsort because B-tree can be built blazingly fast fr…
-
Hi! I love this feature of "mimicing a Tarantool replication slave and get on-the-fly data updates from the Tarantool master". The only thing I don't understand is what should I do if the master goes …
-
Tarantool version:
Tarantool 2.6.0-136-g2711797be
Target: Darwin-x86_64-RelWithDebInfo
Build options: cmake . -DCMAKE_INSTALL_PREFIX=/Users/tntmac03.tarantool.i/builds/6KMaH8fQ/0/tarantool/tarantoo…