summaryrefslogtreecommitdiffstats
path: root/contrib/python/ipython/py3/IPython/utils/strdispatch.py
diff options
context:
space:
mode:
authorDaniil Cherednik <[email protected]>2024-10-28 12:29:29 +0100
committerGitHub <[email protected]>2024-10-28 12:29:29 +0100
commit5bedea9dfce99434ae9484858c48b058715b686a (patch)
tree166b3c42901071a5ba8ccbb53c9073d04a7e60ad /contrib/python/ipython/py3/IPython/utils/strdispatch.py
parent055030ae73875a4a2e6ccb14d76b19fbd33b165e (diff)
Implementation of api which can return key_range -> nodeId mapping (#10935)
Motivation: Network is limited, we need to reduce amount of transfers between nodes. One of problem: Session actor has no knowledge about key range distribution (data shard locations). Which means we have to transfer data between data shard and kqp executor to perform read or write. The solution: Provide estimation about keyRange -> nodeId distribution to use session (which means executor and other kqp components) created on the same node where located corresponding data shard. This commit contains server side code, and basic c++ sdk functions to perform describe.
Diffstat (limited to 'contrib/python/ipython/py3/IPython/utils/strdispatch.py')
0 files changed, 0 insertions, 0 deletions