SAX importer still uses O(n) memory

XMLWordPrintable

    • 3

      Much effort was expended in 3.0 to use SAX rather than DOM to parse XML exports, to reduce the memory footprint. However right after our nice linear O(1) SAX import, we then create a new object in memory for every new record, so there is effectively no advantage of SAX over DOM.

            Assignee:
            Unassigned
            Reporter:
            Jeff Turner
            Votes:
            3 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: