Skip to content
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

BatchGet with secondary index #404

Open
rodinv opened this issue Jun 8, 2023 · 3 comments
Open

BatchGet with secondary index #404

rodinv opened this issue Jun 8, 2023 · 3 comments
Labels

Comments

@rodinv
Copy link

rodinv commented Jun 8, 2023

v6 client's version allows you to read records using a BatchGet method from several sets using several primary keys.
Is it possible to make a similar request but with several secondary keys (for example ICT_MAPVALUES index type)?

@khaf
Copy link
Collaborator

khaf commented Jun 8, 2023

If you have an index, then you can issue a Query.

@khaf khaf added the question label Jun 8, 2023
@rodinv
Copy link
Author

rodinv commented Jun 8, 2023

If you have an index, then you can issue a Query.

and how I can pass multiple sets into query?
Query method has 1 Statement parameter and through the Statement I can only refer to 1 set.

@khaf
Copy link
Collaborator

khaf commented Jun 8, 2023

Sorry I missed that constraint. I don't think you can achieve what you are describing here, unless I have missed something.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants