-
Notifications
You must be signed in to change notification settings - Fork 123
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
Pagination return incorrect when using eq.Like with AllowFiltering() #297
Comments
Not related to the question I see that you have |
@dkropachev thanks for explaining. I am learning about Scylla to move from MariaDB to it. If i update my table to |
Good for you.
Correct, all records with same bucket and user_id, will end up on the same node. I recommend you to go through Scylla university course regarding data modeling |
Hi team,
I have table like this
When i run SELECT command using cqlsh
then result is 21 rows.
If i call API without
keyword
query params then result return is correct (10 rows per page). But if call with keyword iscat
then result return only 6 rows per page (i set PageSize := 10)Here my code:
i don't know why when query build with
then response rows always < 10 records.
[cqlsh 6.0.23.dev9+gb09bc79 | Scylla 6.2.1-0.20241106.a3a0ffbcd015 | CQL spec 3.3.1 | Native protocol v4]
The text was updated successfully, but these errors were encountered: