News Feed
Jobs Feed
Sections




News Archive
Derick Rethans' Blog:
MongoDB Cursors with PHP
May 22, 2012 @ 12:23:16

Derick Rethans has a new post to his site today about MongoDB cursors in PHP when using the PHP driver and how it handles pulling data from the server.

Recently I was asked to improve the MongoCursor::batchSize documentation. This began an indepth investigation in how the PHP driver for MongoDB handles pulling data that's been queried from the MongoDB server. Here are my findings.

He talks about the cursor that's created when a "find" call is made and how you can add on additional options (via other methods on the cursor) to its execution. He also covers how you can set your own batch size, using limit to only fetch a certain number of results and combining the two to make for more memory efficient, yet complete, returned data sets.

0 comments voice your opinion now!
mongodb cursor batchsize limit tutorial


blog comments powered by Disqus

Similar Posts

PHPMaster.com: Practical Aspects of the Adapter Pattern

Abhinav Singh's Blog: Setting Nginx, PHP Fastcgi and XCache on a new Ubuntu

ZendCasts.com: PHAR Out Autoloading

Builder.com.au: Text-size switching with PHP and CSS

JSLabs Blog: How to turn a php script to an exe...for free


Community Events









Don't see your event here?
Let us know!


composer community framework example language unittest event podcast object testing code tool opinion introduction release zendframework2 development api interview functional

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework