-
I want Cartridge in the overlay please.
-
It would be cool to have a RPM and Debian packages, like a [tarantool-avro-schema](https://packagecloud.io/app/tarantool/1_9/search?q=tarantool-avro-schema) or [tarantool-http](https://packagecloud.io…
-
## Replication and sharding configuration in 1.8
### Goal
We'd like to make sure that configuration of sharding and replication
is as painless as possible, yet as flexible as it is necessary.
…
-
At the moment, if user creates local spaces at replica it can break rebootstraping from master. For example, we can't rebootsrap from remote instance with vclock {1: 27, 2: 20}, when local vclock is {…
-
When `box.cfg.listen` is set to a port number (without specifying a host name), Tarantool binds to one address, ipv4 or ipv6:
```lua
box.cfg{listen = 3301}
```
```
$ nc -vvz 127.0.0.1 3301
C…
-
I benchmarked Tarantool and Redis. Tarantool overtakes Redis only before using pipelining. With pipelining, Redis becomes more than 3 times faster than Tarantool. Is it possible to use pipelining with…
-
> other internal things need direct
> connection between the nodes.
> **|Also, if election is enabled on the node, it won’t replicate from any nodes except
> the newest leader. This is done to avoid t…
-
----------------------
- Plugin Name: Tarantool-EmmyLua
- Plugin Version: 1.6-IDEA222
- OS Name: Mac OS X
- Java Version: 17.0.6
- App Name: GoLand
- App Full Name: GoLand
- App Version name: GoLan…
-
Master-master in vshard now has some problems:
1. It is impossible to set multiple masters in config.
2. A bucket, referenced on write on a non-configured master is not referenced on a real master. …
-
Please implement `fiber.select()` call to wait for events on multiple channels.