forked from datastax/python-driver
-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Labels
enhancementNew feature or requestNew feature or requestupstream-issueIssue is not specific to our fork and Scylla and should be also fixed in the upstreamIssue is not specific to our fork and Scylla and should be also fixed in the upstream
Description
Non-paged reads are an anti-pattern and we recommend users not to use them. Scylla has metrics that counts them and in scylla-monitoring we have a dashboard that displays it.
In investigation of scylladb/scylladb#5983 we observed that the python driver issues non-paged reads to fetch schema after noticing schema change. When there are lots of clients connected at once this can lead to a large increase of the non-paged reads metric which can be confusing for the user, and confusing+concerning to the core developers - in the aforementioned issue we thought that Scylla itself was doing non-paged reads.
Internal queries should be change to use paging in order to reduce the confusion.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestupstream-issueIssue is not specific to our fork and Scylla and should be also fixed in the upstreamIssue is not specific to our fork and Scylla and should be also fixed in the upstream