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

Richard Thomas: Solar Gets Firephp Support & a Base Controller Tip

Gergely Hodicska's Blog: What's new in PHP 5.3 - part 1: namespaces

Travis Swicegood: Fluent-API, here I come!

WebReferece.com: Managing Your Email Campaigns with phpList

PHPBuilder.com: Dynamic XML with PHP


Community Events











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


example introduction zendframework2 code series podcast phpunit community unittest conference development object interview tool language framework testing functional release opinion

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