You cannot post messages because only members can post, and you are not currently a member.
Description:
User and support list for MongoDB.
|
|
|
Problem with Struct when Insert MongoDB
|
| |
Dear all,
I have 2 structs,
type Common struct {
...
type Productfashion struct {
...
and 1 struct is all (merge of 2 struct above)
type ProductfashionAll struct {
Common Productfashion ...
When I using Labix Mgo to Insert data with struct is ProductfashionAll :
{
"_id" : ObjectId("519c3cbcf0461d88946f 5533"),... more »
|
|
Using flashcache with mongo
|
| |
Hi everyone. I would like to get feedback from people who already use flashcache for mongo: 1. What SSD do you use there? 2. Any special sysctl settings in additional to listed in github documentation. 3. Is there anything special about how mongo uses disk and how it could affect flachcache drive?... more »
|
|
MongoDB PHP Driver 1.4.0
|
| |
Hello,
We are glad to announce the release of version 1.4.0 of the MongoDB PHP
Driver. The 1.4 series addresses multiple improvements and fixes. The
most important improvements deal with the handling of replica sets,
especially nodes that timeout and nodes that are unreachable for various
reasons. Besides the improvements to replica set handling, this release... more »
|
|
Bad I/O performance - Windows 2008 R2 Sp1 x64
|
| |
I have three servers with MongoDB (latest mongodb-win32-x86_64-2008plus- 2.4.3) installed on Windows 2008 R2 Sp1 x64 with hotfix (Windows6.1-KB2731284-v3-x64.m su) applied.
Primary instance (virtual machine):
- CPU Intel Xeon E7...@2.40GHz (2 cores)
- RAM 8GB
Secondary instance (bare metal machine):... more »
|
|
connections all go to master instead of seconaries
|
| |
Hi,
I used mongodb in my django project. The mongod is in a relicaset, which is
composed of a master with two secondaries.
Server are running well, currently under very low reading and writing.
However, all my applications are connected on master, while secondaries
are the places where query are expected to go.... more »
|
|
how to install npm packages on windows 8
|
| |
Npm installations seem to fail on win8: npm install mongojs npm install mongoose Reason is that npm tries to access Visual Studio 2008 binaries, which are not available. If anybody knows how to fix this, I would appreciate that. I can't come up with any way to install visual studio 2008 on windows 8.... more »
|
|
MongoDB - Spring Configuration problems.
|
| |
I am trying to create a simple application, but the problem is when I do configuration using spring's application-context.xml its not working, So i have to use the @Configuration annotation and have to carry out the configuration using java class. I am posting my code here kindly have a look application-context.xml... more »
|
|
Batch Save to MongoDB C# Driver
|
| |
I've asked this on StackOverflow<[link]> but I think this might be a better place: I am having difficulty batch saving MongoDB documents using the C# driver. Here's sample code that inserts a Document with a GUID BsonID. Saving one... more »
|
|
|