mongodb-php
Sorting MongoDB GeoNear results by something other than distance?
I\'m developing a PHP application in which we need to retrieve results within a certain boundary, but ordered by the create date of the results, not the distance. I figured MongoDB\'s geoNear command[详细]
2023-02-21 19:22 分类:问答MongoDB ETL (php/java...)
Is there a开发者_StackOverflow中文版n ETL for MongoDB ?...Pentaho Data Integration supports MongoDB (See the documentation http://wiki.pentaho.com/display/EAI/Pentaho+Data+Integration+Steps).[详细]
2023-02-20 04:36 分类:问答PHP mongoDb driver , fetching data and then deleting it , is not working
This is the sample code : $r = $coll->findOne(); $coll->remove(array(\"_id\"=>$r[\"_id\"]));// use the same object id as retreived from DB[详细]
2023-02-19 12:12 分类:问答Is it ideal that MongoDB is using 150 MB memory?
This is the first project by me which is using MongoDB. I have hosted it on a linode (a VPS which uses XEN) and I\'m checking memory usage with \"top\".[详细]
2023-02-08 18:32 分类:问答PHP: Is it bad design to serialize objects and stick them in the database for later?
I am planning and researching my switch from MySQL to MongoDB right now and I just had an interesting thoug开发者_如何学Goht... I have a bunch of hierarchical objects that I need to store in the datab[详细]
2023-02-08 05:57 分类:问答Find documents based on referenced ID in MongoDB & PHP
i\'ve got referenced Users collection object in my MongoDB Items collection. Random Item document looks like this:[详细]
2023-02-06 23:51 分类:问答MongoDB: Use save() to update an existing document in a collection
everybody. I love manga. And now I am learning to love mongo too :-) There is an explanation of how to use save() to update an existing document in a collection in MongoDB PHP? but I couldn\'t apply[详细]
2023-02-02 14:09 分类:问答mongodb php finding a subobject and removing it, $inc other subobject
I\'m trying to delete the subobject \'apples\' from my documents and update the \'fruitInventory\' property, decrease by the amount of apples.[详细]
2023-02-01 06:25 分类:问答Mongodb php get id of new document?
Creating a document: $db->collection->insert($conten开发者_如何学编程t); // $newDocID = ???[详细]
2023-02-01 05:52 分类:问答mongodb php getting fields unique values
I\'m trying to get a list of unique values from the \'type\' field from my mongodb collection. Example documents below:[详细]
2023-01-27 12:50 分类:问答