TweetOne “soft spot” of MongoDB is it’s lack of any official GUI tools. There are a number of web-based tools out there, and their feature set is growing but until recently there were no clients for the most popular OS in the world: Windows. MongoVUE That is all starting to change and one person helping that happen [...]
Browsing the blog archives for August, 2010
TweetThis is Part 1 of a series of short posts on how to use MongoDB with PHP. Installing MongoDB support for PHP is really easy! Here’s a short howto guide for installing MongoDB for PHP and preforming a simple query. Install MongoDB for PHP Support Unix/Linux Via your command line run pecl: $ sudo pecl install mongo [...]
TweetIf you have a 32bit server and are running MongoDB you may have noticed that MongoDB 32bit is limited to ~2.5GB databases, why? Simple anwser … MongoDB embrarses the future, and the future is 64bit! The nerdy (and more complicated) answer is down to how MongoDB’s storage engine works. Storage Engine The MongoDB storage engine (that stores and [...]


