Uploaded image for project: 'MongoDB Database Tools'
  1. MongoDB Database Tools
  2. TOOLS-71

Refactor mongoimport to read in batches

    • Type: Icon: Task Task
    • Resolution: Done
    • Priority: Icon: Trivial - P5 Trivial - P5
    • 2.8.0-rc0
    • Affects Version/s: None
    • Component/s: mongoimport
    • Labels:
      None

      mongoimport currently reads json, csv, and tsv files line-by-line. This leads to many small reads and thus poor performance when importing large amounts of data. The tool should be refactored to read large chunks of input and then process these large chunks line-by-line.

            Assignee:
            Unassigned Unassigned
            Reporter:
            ian@mongodb.com Ian Whalen (Inactive)
            Votes:
            2 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: