Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
Ğ Groups Home
Is mongorestore command transactional?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
kumar  
View profile  
 More options May 12 2012, 5:16 pm
From: kumar <kumar.a...@gmail.com>
Date: Sat, 12 May 2012 14:16:32 -0700 (PDT)
Local: Sat, May 12 2012 5:16 pm
Subject: Is mongorestore command transactional?

HI All,

I am going to use "mongorestore" command in scheduled tasks,

Is mongorestore command transactional?
When any issue happened in middle of mongorestore, Will it come to
previous state without having new documents?

Thanks
Kumar


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andreas Jung  
View profile  
 More options May 12 2012, 5:18 pm
From: Andreas Jung <andr...@andreas-jung.com>
Date: Sat, 12 May 2012 23:18:45 +0200
Local: Sat, May 12 2012 5:18 pm
Subject: Re: [mongodb-user] Is mongorestore command transactional?
How should it be transactional without any transactional support within
MongoDB? So the very obvious answer is: NO

-aj

kumar wrote:
> HI All,

> I am going to use "mongorestore" command in scheduled tasks,

> Is mongorestore command transactional?
> When any issue happened in middle of mongorestore, Will it come to
> previous state without having new documents?

> Thanks
> Kumar

--
ZOPYX Limited         | Python | Zope | Plone | MongoDB
Charlottenstr. 37/1   | Consulting & Development
D-72070 T bingen      | Electronic Publishing Solutions
www.zopyx.com         | Scalable Web Solutions
--------------------------------------------------
Produce & Publish - www.produce-and-publish.com

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Eric Milkie  
View profile  
 More options May 14 2012, 2:34 pm
From: Eric Milkie <mil...@10gen.com>
Date: Mon, 14 May 2012 11:34:59 -0700 (PDT)
Local: Mon, May 14 2012 2:34 pm
Subject: Re: Is mongorestore command transactional?

Hi Kumar,
The mongorestore command isn't transactional; it simply does an insert for
each document. As each document is inserted, it is able to be read by
queries. If you shut down mongod and run mongorestore on database files
that do not have a running database server, this can simulate a
transaction, as you can avoid restarting the mongod server until
mongorestore completes successfully.
-Eric


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »