dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #01896
[Bug 390761] Re: bulk validation check extremely slow
This is true. We should improve performance by using direct JDBC calls
to the DataValue table rather than Hibernate.
** Changed in: dhis2
Milestone: None => 2.0.3
** Changed in: dhis2
Assignee: (unassigned) => Lars Helge Øverland (larshelge)
--
bulk validation check extremely slow
https://bugs.launchpad.net/bugs/390761
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
Status in DHIS 2: New
Bug description:
When running bulk validation checks, things are slooooow. Doing a validation check on an entered data set only takes a couple of seconds. Running the same group of validation rules for all facilities in a district, for just one month, can easily take 4-5 minutes. Running it for a year makes the DHIS session expire before the results can be seen. There must be a faster way, or is this limited by my miniscule amount of RAM? (2 GB)
References