You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
0 commit comments