Skip to content
Discussion options

You must be logged in to vote

Your query shape is correct: stream.filterWith runs before pagination. The extra requests are intentional once the paginator returns SplitRecommended, but this small filtered query should not recommend a split on current convex-helpers. I reproduced your pattern on convex-helpers 0.1.116 and 0.1.117: limit 2 scans only the first two matching rows, while limit 3 scans across filtered rows, emits SplitRecommended, and can cascade into extra split subscriptions. This was fixed upstream in convex-helpers 0.1.118 by making split recommendations less aggressive (get-convex/convex-helpers#962). Please upgrade to convex-helpers >= 0.1.118, preferably latest. The same five-row case returns 2 and 3…

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@SpasiboKojima
Comment options

@zbeyens
Comment options

@SpasiboKojima
Comment options

@zbeyens
Comment options

Answer selected by SpasiboKojima
@SpasiboKojima
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants