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
CRUD uses vshard.call() for executing CRUD operations on storage. It would be interesting to compare running, for example, SELECT and INSERT via vshard.call() and crud:select() and crud:insert(). Comparison will show us an overhead that CRUD adds to operations on storage.
The outcome of the task is a test with at least inserts and selects using vshard.call() and CRUD.