crud icon indicating copy to clipboard operation
crud copied to clipboard

Use vshard.router.map_callrw for map-reduce queries

Open olegrok opened this issue 4 years ago • 3 comments

https://github.com/tarantool/vshard/commit/a394e3f4008a7436f011c81028dcaadc270eebf6

olegrok avatar Apr 19 '21 10:04 olegrok

Blocked by https://github.com/tarantool/vshard/issues/333

DifferentialOrange avatar Mar 30 '23 07:03 DifferentialOrange

Blocked by tarantool/vshard#333

But it's not so. You can use map_callrw only if mode is write and current logic for other cases. When https://github.com/tarantool/vshard/issues/333 will be solved you can replace "current" approach with map_callro/call_bro/...

olegrok avatar Mar 30 '23 07:03 olegrok

Blocked by tarantool/vshard#333

But it's not so. You can use map_callrw only if mode is write and current logic for other cases. When tarantool/vshard#333 will be solved you can replace "current" approach with map_callro/call_bro/...

I'm not sure it's worth to implement half-baked solution

DifferentialOrange avatar Mar 30 '23 10:03 DifferentialOrange