PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Friday the 28th of September, 2018

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[13:24:34] <ule> Hey guys.. I'm trying to import a ~300MB json into MongoDB. I'm getting an error while using "mongoimport"
[13:24:37] <ule> error inserting documents: write tcp 127.0.0.1:60552->127.0.0.1:27017: write: broken pipe
[13:25:03] <ule> I already tried "-j 4" (Increase number o workers based on the number of cores I have on my computer here)
[13:25:26] <ule> and already tried "-batchSize 1" (Which should default to 10k) items per insert.
[13:25:49] <ule> Do you guys have any idea how can I import this json successfully? I have no more clue
[13:25:51] <ule> :/
[13:37:52] <ule> According with what I'm reading here, looks like I should use GrudFS
[13:37:54] <ule> *GridFS
[13:47:51] <ule> I just don't understand why an import tool just doesn't work with a 300MB file
[13:48:11] <ule> People say MongoDB is made to handle big stuff
[13:57:50] <mitereiter> hello
[13:59:41] <mitereiter> hi, does anyone have any experience with ops manager on Windows 7
[13:59:51] <mitereiter> i cant start the service
[14:00:55] <mitereiter> i get the "Commons Daemon procrun stderr initialized" error in the startup log
[14:27:01] <adamo> Hi, all. I have a question about the wiredTiger cache... may I ask here or the google group would be better?
[14:31:12] <mitereiter> hi, does anyone have any experience with ops manager on Windows 7?
[21:33:38] <piercedwater> Hey guys. http://dpaste.com/0T9ZE53 Trying to pull in some data from a local database, but it doesn't seem to pull anything in even though I can connect via shell and list the data. Any pointers?