How to separate mongodb data files from the journal?

Let’s learn how to separate mongodb data files from the journal. The most accurate or helpful solution is served by dba.stackexchange.com.

There are ten answers to this question.

Best solution

How to separate MongoDB journal - DBAs Stack Exchange

How to separate MongoDB journal. ... journal files on a separate storage device you will not be able to use a file system snapshot tool to capture a valid snapshot of ...

dba.stackexchange.com

Other solutions

How should I set up mongodb cluster to handle 20K+ simultaneous connections?

My application uses MongoDB as database. We are expecting 20K+ simultaneous connections to mongodb cluster. How should I config the server if I want to run the mongodb on 20 servers and shard the cluster 20 ways? Here is what I've done so far: On each...

Answer:

In a sharded configuration each mongos will have 1 incoming connection from the client but may need...

Read more

Alvin Richards at Quora Mark as irrelevant Undo

Where should I move the mongodb dump in production remote server?

I created a mongodb dump of database in my localmachine. It was put in dump folder as "myProject". Within myProject I had two files one ending with .bson and other with metadata.json. I moved the myProject folder to my remote server. I used...

Answer:

you runned mongorestore on your remote server *before* installing mongodb itself? well. once your mongod...

Read more

Lucas Vieira at Quora Mark as irrelevant Undo

Is AppEngine better than Node.js/MongoDB for developing mobile app backend?

I'm developing a mobile app with a cloud backend. basically, the API is storing and reading data from a db (including file uploads), doing geospatial searches and posting stuff to Facebook. I have most of it built and running on a micro AWS instance...

Answer:

In general, Stack Overflow is a better place for this kind of question (Stack Overflow). However, I...

Read more

Sean Byrnes at Quora Mark as irrelevant Undo

Why might a MongoDB database be many times bigger than the data stored?

I'm testing MongoDB using MongoHQ. My database with 2 records is 2.5MB — much larger than the data stored. If I execute db.printCollectionStats() against each collection, I get the output: Property { "ns" : "Properties.Property...

Answer:

Here is the reason explained in the MongoDB site Excesive Disk Space: http://www.mongodb.org/display...

Read more

Ezequiel Erbaro at Quora Mark as irrelevant Undo

Is a message board / forum a good use case for MongoDB?

I am building message board type system that will have hundreds of topics. I am new to programming/databases and so far the mongo style query language clicks with me better than linking a ton of SQL tables. I'm also concerned with scaling as its become...

Answer:

MongoDB is well suited to this type of use - it's a Document Store, which is all forum posts are at...

Read more

Jeremy Wilson at Quora Mark as irrelevant Undo

Vba help - import data from multiple .txt files into 1 worksheet

, I am just learning VBA/Macros, and I am trying to create a macro that will import data from multiple .txt files (all located in the same directory) into a single worksheet. All of the data files are formatted the same, but with different data. Basically...

Answer:

Sarah, Please send two or three sample files to include version ofand the contents of this posting...

Read more

Miningco.com Mark as irrelevant Undo

Cassandra or mongodb for mapping time-series data + OLAP?

I read this post before putting this question : What is the best online platform for storing structured time series data and reporting on it? But have specific question to choose Cassandra or MongoDB for this, being open-source and easy licensing. I...

Answer:

- Cassandra is very good at scaling with wide rows (which comes in very handy with time series data...

Read more

Robin Verlangen at Quora Mark as irrelevant Undo

What are the cost-efficient approaches to run Big Data Analytics on a heavy-traffic ridden huge MongoDB deployment?

This problem is specifically related to Big Data Analytics. We have a large Mongo production deployment, having 7 shards and currently storing more than 4 TB of data. Since our production setup is already clogged with heavy application traffic, we cannot...

Answer:

Have you explored running your analytics against the secondaries? This is supported on a per-operation...

Read more

Kelly Stirman at Quora Mark as irrelevant Undo

How do I migrate data from a MongoDB  to MySQL database? Can it be done in a real-time scenario? What are the pros and cons for each migration? Which one do you advice? What is your experience? Any reference DB expert who can do it?

We are going to launch a video based e-learning program by buying an existing precoded social LMS (not SaaS, but a precoded script that's developed in Java with MongoDB), but our lil tech team has experience in LAMP technology with experience in WordPress...

Answer:

Coursera managed this in October with a then user base of about 1.6 million users and thousands to tens...

Read more

Frank Chen at Quora Mark as irrelevant Undo

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.