Project

General

Profile

Actions

Bug #111

closed

reading large documents from metacat is slow

Added by Matt Jones almost 24 years ago. Updated over 22 years ago.

Status:
Resolved
Priority:
Immediate
Assignee:
Category:
metacat
Target version:
Start date:
08/31/2000
Due date:
% Done:

0%

Estimated time:
Bugzilla-Id:
111

Description

Reading documents from metacat seems to scale with document size, and gets to be
extremely slow for even medium sized documents. This is probably because we
recursively create a whole tree of objects representing every element and
attribute and test node when reading from the database, and this is an expensive
operation. Need to change this so that the conversion from the resultset into
an XML form is all done within a single instance of a class (probably within
DocumentImpl.java).

Actions

Also available in: Atom PDF