Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 16121 программист и 1773 робота. Сейчас ищут 1307 программистов ...
Приступая к работе

MongoCommandCursor::batchSize - Limits the number of elements returned in one batch.

Вернуться к: MongoCommandCursor

MongoCommandCursor::batchSize

(PECL mongo >=1.5.0)

MongoCommandCursor::batchSizeLimits the number of elements returned in one batch.

Описание

public MongoCommandCursor MongoCommandCursor::batchSize ( int $batchSize )

A cursor typically fetches a batch of result objects and store them locally. This method sets the batchSize value to configure the amount of documents retrieved from the server in one round trip.

Список параметров

batchSize

The number of results to return per batch. Each batch requires a round-trip to the server.

This cannot override MongoDB's limit on the amount of data it will return to the client (i.e., if you set batch size to 1,000,000,000, MongoDB will still only return 4-16MB of results per batch).

Возвращаемые значения

Returns this cursor.

Примеры

Пример #1 MongoCommandCursor::batchSize()

<?php
$commandCursor
->batchSize(20);
?>

Смотрите также



Вернуться к: MongoCommandCursor

© 2024 «PHP.RU — Сообщество PHP-Программистов»
Главная | Форум | Реклама на сайте | Контакты VIP Сувениры
Разработка компании ODware