ydb-nodejs-sdk
ydb-nodejs-sdk copied to clipboard
perf: Parallel use of GRPC Client by multiple sessions
Try converting to parallel use of grpc-js client by multiple sessions. If it will work, it should speed things up by reusing tcp ip connections. At the moment, for every new session a new client get instantiated