| Issue 291: | JMesa seems too slow with many records | |
| 1 person starred this issue and may be notified of changes. | Back to list |
I have a table with 900 records, but it loads too slow, either in their original state or to search, paging, exporting, etc. Is there any way to optimize the amount of information shown by JMesa?
Oct 18, 2010
Project Member
#1
jeff.johnston.mn@gmail.com
Oct 18, 2010
You're right. I use JMesa with OpenCms, and access to get the records I list is no database, but XML file structures. Thus, if I have 900 records 900 times I have to access to XML files for individual information, go add each record to a variable of type List, and at the end Ipass that variable to list it with JMesa. Maybe 0.15 mil to get the information from XML is not very slow, but with 900 records is increased time and it shows.
Mar 9, 2011
(No comment was entered for this change.)
Status:
Invalid
|