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
Currently, in some web3 index lookup queries, the fanout issue may introduce latency and cost problems. Batching is a common way to reduce task and RPC numbers, and thus possibly reduce latency, cost, and parameter tuning work.
Enhancement
Currently, in some web3 index lookup queries, the fanout issue may introduce latency and cost problems. Batching is a common way to reduce task and RPC numbers, and thus possibly reduce latency, cost, and parameter tuning work.
RFC
IndexLookupExecutorrelated change store/copr: support batch coprocessor requests by store #39525