ydb-nodejs-sdk icon indicating copy to clipboard operation
ydb-nodejs-sdk copied to clipboard

Add Query service to the SDK

Open Zork33 opened this issue 2 years ago • 3 comments

Implement BETA version of query service API

Zork33 avatar Jan 23 '24 13:01 Zork33

Closes #343

Zork33 avatar Jan 23 '24 13:01 Zork33

Now for each Table, Query client we create its own instances of discovery service, session pool etc. It seems logical to use the same instances in both clients. These is not done as part of #342

Also, it is necessary to clarify how topics are related to sessions. Preliminary sends may be bound to transactions. In this case, sessions are obtained from table service.

Zork33 avatar Jan 24 '24 19:01 Zork33

closes #337

Zork33 avatar Feb 01 '24 12:02 Zork33