-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V2 proposals #65
Comments
Proposal: |
Proposal: |
Add Callback or Listener implementation for response after they come. |
|
@Sulverus I think, sharding is a business logic. Not connection library. You can use connections pool and |
Ok. So my vote for schema reloading (it's already implemented in lua netbox and probably in python client) |
Virtual cursors. Given an index, an iteration order and a batch size, provide an easy way to lazy-iterate over the indexed data. |
@bofm can you give some examples ? |
v2 add more examples & benchmarks with Docker Tarantool |
It could be done by remembering last "key" and issueing next query with "> last_key", if there is an btree index. I suppose, it could be done as a helper. But not sure. To extract "key" from typed record, a lot of magic should happen. Since there are custom deserializers (DecodeMsgpack), looks like there will be separate user-given function to extract keys. |
btw, everyone is happy with |
|
I wish there were the CHANGELOG.md and tagged releases. |
Had a time to experiment with Tarantool, created an opinionated client https://github.com/FZambia/tarantool based on this one - maybe some of its changes will be interesting for v2, sorry for not sending pr @funny-falcon - too many changes, it's pretty hard to imagine there will be a full match in vision. |
Please, write your wishes for v2 version of this library.
Tend to write one wish per comment, so others may vote for them separately.
The text was updated successfully, but these errors were encountered: