ckrintz / appscale

Automatically exported from code.google.com/p/appscale
0 stars 0 forks source link

Upgrade MongoDB to newest version #175

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently we run MongoDB 1.0 in AppScale, but 1.2 is currently available.
Need to examine new changes to API and performance and upgrade if desired.

Original issue reported on code.google.com by shattere...@gmail.com on 18 Feb 2010 at 12:16

GoogleCodeExporter commented 9 years ago
Newest version is now 1.4; will discuss whether or not we want to upgrade 
before the
next release at the next meeting.

Original comment by shattere...@gmail.com on 31 Mar 2010 at 6:32

GoogleCodeExporter commented 9 years ago
The current AppScale is using v1.2.4, which binary package is available in 
official page.

http://www.mongodb.org/display/DOCS/Ubuntu+and+Debian+packages

And using shard server and routing server.

Original comment by yoshi...@gmail.com on 6 Apr 2010 at 5:01

GoogleCodeExporter commented 9 years ago
The current AppScale is actually using 1.0.0 (I had changed the scratch install 
doc
to install 1.2.4 but never really tried it out and changed the interface
accordingly), but upgrading is definitely a good idea.

Not a high priority item right now but will give us the ability to manually 
specify
the replication factor. See here:

http://www.mongodb.org/display/DOCS/Replication

Original comment by shattere...@gmail.com on 9 Apr 2010 at 8:17

GoogleCodeExporter commented 9 years ago
The deb package version is using MongoDB 1.4 right now and currently using
auto-sharding module to build cluster.

http://www.mongodb.org/display/DOCS/Sharding

But we don't specify key pattern, so each application table goes to single shard
server now and there is no replica.

Original comment by yoshi...@gmail.com on 9 Apr 2010 at 9:11

GoogleCodeExporter commented 9 years ago

Original comment by shattere...@gmail.com on 22 Sep 2010 at 4:16