Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Overview This release introduces read view support for select and pairs. A read view is an in-memory snapshot of data on instance that isn't affected by future data modifications. For a sharded cluster, we open a read view on each storage when one is requested from the router. Read views are supported for Tarantool Enterprise since 2.11. New features * Read view support for select and pairs (#343).
- Loading branch information