Using ML 6.0-1.1. In Information Studio, I'm using a CSV collector, to process hundreds of CSV files. I'm also doing a transform to pull each row out of the CSV and write it as an individual document into another DB (actually, a naked property, but I don't think that matters).
The files are all under 50MB (wasn't sure if that 64MB limit still existed). It seems like only one CPU is being used and we have 8 available. RAM (24GB) is maxed out. It took 72 minutes to process 20 files. Is Info Studio specifically not utilizing more CPU because all of the RAM is already being used? Ideally, I guess, I'd like for Info Studio to be able to take advantage of all CPUs while ingesting. I'm thinking the ingestion where CSV is being translated to XML is the intense part. The "splitting" out and "document" (property) insert shouldn't be as intense? Thanks, David _______________________________________________ General mailing list [email protected] http://developer.marklogic.com/mailman/listinfo/general
