php-mongodb Questions

1

Solved

According to the official document: A BSON ObjectID is a 12-byte value consisting of a 4-byte timestamp (seconds since epoch), a 3-byte machine id, a 2-byte process id, and a 3-byte counter...
Grecoroman asked 16/3, 2011 at 3:33

2

First time Map/Reduce user here, and using MongoDB. I have a lot of page visit data which I'd like to make some sense of by using Map/Reduce. Below is basically what I want to do, but as a total be...
Genitalia asked 9/6, 2010 at 2:57

2

Solved

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". The mongod process seem to use around 150 MB ...
Anglian asked 7/2, 2011 at 5:57

1

Solved

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 appl...
Polarize asked 1/1, 2011 at 12:35

1

Solved

I'm running this code: $db = new Mongo("mongodb://user:[email protected]:27081/dbname"); $collection = $db->foobar; $collection->insert($content); I'm trying to test mongohq by ju...
Historical asked 20/9, 2010 at 1:45

6

Solved

I am thinking about using a noSQL (mongoDB) paired with memcached to store sessions with in my webapp. The idea is that upon each page load, the user data is compared to the data in the memcache an...
Educated asked 10/9, 2010 at 14:55

© 2022 - 2024 — McMap. All rights reserved.