I have a really weird issue.
I'm inserting data into my mongodb (with meteor), so If I query the database I can see it and all's good.
If I query it in MongoVue or MongoHUB I can see all the data there (I create it in quite a few collections)
But shortly after (only sometimes randomly) it all just disappears. It had already been committed to the data base and then it sort of goes undone as if I had never inserted the first few sets. I've not run any remove
or update
commands.
What could be causing this weird behaviour?
Update: This one time round the data returned, on previous occasions it doesn't return. Could it be something to do with the journal?