I am looking for your help.
Regards,
--
You received this message because you are subscribed to the Google Groups "DataStax PHP Driver for Apache Cassandra User Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to php-driver-user+unsubscribe@lists.datastax.com.
By default paging is enabled and it is defaulted to 5000; https://github.com/datastax/php-driver/blob/7cd2b7f56b0c2ca6dcb18adab93aca7b3c473f17/features/README.md#result-paging. You can change that default limit using the cluster configuration options (http://datastax.github.io/php-driver/api/Cassandra/Cluster/class.Builder/#method.withDefaultPageSize) or you can modify it per statement execution with the ExecutionOptions (http://datastax.github.io/php-driver/api/Cassandra/class.ExecutionOptions/#method-__construct).
~Fero