Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account
List archives

mongoDB developers Recent threads

Threads Replies First post Last post
MongoDB 2.0.6-rc0
By: Eric Milkie
MongoDB 2.0.6-rc0 is out and ready for testing. This release contains only fixes since 2.0.5 and will be intended for production use. Downloads: http://www.mongodb.org/downloads Change Log:…
0 May 23 2012
12:56
May 23 2012
12:56
Building mongo-c-driver dll on Windows 7-64 bits
By: evandro.abreu
Hello, I downloaded the project mongo-c-driver (https://github.com/ mongodb/mongo-c-driver) and I generate the dll in Windows 7-64 bit by using the command scons scons-Q and I'm having the following problem: …
1 May 22 2012
12:27
May 22 2012
21:50
MongoDB 2.1.0 unstable available for testing
By: Eliot Horowitz
MongoDB 2.1.0 is now available for testing. As a reminder, 2.1.0 is a development release and is not intended for production use. The 2.1 series will evolve into 2.2 which will be for production. Downloads: http://www.mongodb.org/downloads Change…
13 Feb 3 2012
17:20
May 15 2012
17:51
basic client in Visual Studio
By: Michael Schuitema
I also tried to run a basic client based on an example on the website in Visual Studio (2010, express). It consists of only one file. main.cpp #include <mongo/client/dbclient.h> #include <iostream> void run(void) { …
0 May 15 2012
03:17
May 15 2012
03:17
building C++ driver on Windows
By: Mike
Hi, I am a new user of mongodb. I managed to install mongodb (2.0.5) successfully on a linux server. Now I would like to use it in a 32bit windows client. As there do not appear to be any binaries for this, I downloaded…
10 May 14 2012
09:32
May 14 2012
14:37
new index/data storage engine
By: Leif Walsh
Hi, I'm an engineer at Tokutek, and I'm trying to do explore the engineering feasibility of integrating our engine with mongo. The goal for now is to get mongo to store indexes in our engine, for lots of potential benefits I can get in to if…
1 May 10 2012
10:20
May 10 2012
16:14
MongoDB 2.0.5 Released
By: Andy Schwerin
MongoDB 2.0.5 is out and ready for production deployment. There are no changes from 2.0.5-rc1. This release contains only fixes since 2.0.4. Notably, it fixes bugs in Windows-specific durability logic that could lead to data corruption after…
0 May 9 2012
16:25
May 9 2012
16:25
proposal for implementing triggers in mongodb
By: David Schere
Hello, I have a rough draft for a strategy on how to implement triggers in mongodb. For clarity, by 'trigger' I mean a system by which the end user registers a filter expression that is applied to collections as they are manipulated within the…
5 May 4 2012
09:03
May 5 2012
23:48
locking protocols
By: Philip Howard
I'm working with Intel using the TSX (transactional memory) extensions in the Haswell processor. We want to use transactions to allow safe, concurrent writes. We have elided the RWLock, but still are not seeing scalability on the write side. I…
2 May 2 2012
17:29
May 3 2012
15:37
MongoDB 2.0.5-rc1
By: Andy Schwerin
MongoDB 2.0.5-rc1 is out and ready for testing. The only change from 2.0.5-rc0 is to fix SERVER-5754, a spurious assertion failure in initial sync. The announcement for 2.0.5-rc0 is at the end of this message, for reference. -Andy Downloads:…
0 May 3 2012
14:40
May 3 2012
14:40
MongoDB 2.1.1 (unstable) available for testing
By: Eliot Horowitz
MongoDB 2.1.1 is now available for testing. As a reminder, 2.1.1 is a development release and is not intended for production use. The 2.1 series will evolve into 2.2 which will be for production. 2.1.1 includes db level locking, so help testing…
0 May 1 2012
23:35
May 1 2012
23:35
ReplConnection settings .. primary only
By: smasry
Is there a way to force all reads/writes to the primary instance at the conneciton level?
6 May 1 2012
13:51
May 1 2012
15:15
Python Driver 2.2 Released
By: Bernie Hackett
Version 2.2 of the MongoDB Python driver (PyMongo) has been released. Important features of the 2.2 release: Python 3 support - http://api.mongodb.org/python/current/python3.html Gevent support -…
0 Apr 30 2012
16:59
Apr 30 2012
16:59
Avoid high CPU usuage at select()
By: santosh sharma
Please comment on following changes to avoid high CPU usuage on select().
2 Apr 23 2012
06:23
Apr 24 2012
02:15
Python Driver 2.2rc1 Release Announcement
By: Bernie Hackett
Version 2.2rc1 of the MongoDB Python driver (PyMongo) has been released. This is the first (and likely only) release candidate for PyMongo 2.2. Since this is a release candidate it is not being pushed to PyPi. You can install it with pip or…
0 Apr 23 2012
17:08
Apr 23 2012
17:08
Python Driver 2.2rc1 Release Announcement
By: Bernie Hackett
Version 2.2rc1 of the MongoDB Python driver (PyMongo) has been released. This is the first (and likely only) release candidate for PyMongo 2.2. Since this is a release candidate it is not being pushed to PyPi. You can install it with pip or…
0 Apr 23 2012
16:47
Apr 23 2012
16:47
C++ driver: strict aliasing warnings
By: Pedro Larroy
Hi There are some strict aliasing warnings like this one: mongo-cxx-driver/src/mongo/db/../util/optime.h:96:69: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing] int& dataAsInt() { …
12 Apr 17 2012
10:31
Apr 20 2012
13:01
RFC] SERVER-3062 Read from nearest slave
By: Pierre Ynard
Hello, This patch changes the way that mongos chooses slaves among a replica set. It uses the ping statistics that the replica set monitor maintains to read only from the nearest slaves. This is especially useful in configurations where a cluster…
5 Apr 6 2012
08:29
Apr 19 2012
15:17
Reading a Document containing a reference to other Document - in one query
By: talg
I would like to know if there are any plans to support population of referenced documents during query. It is somehow similar to JOIN For example I have document A that have a field referencing document B (which in turn can reference other…
2 Apr 19 2012
06:30
Apr 19 2012
08:52
PATCH] make smoke_db_prefix a temp directory by default so the tests can be run as non-root
By: Pedro Larroy
otherwise scons smoke requires root if used as specified in the http://www.mongodb.org/display/DOCS/Smoke+Tests
4 Apr 18 2012
12:52
Apr 18 2012
23:19