Getting minimum artifact information in seconds using iRAM API
We have implemented the features with Java iRAM API to view/create/delete versions on iRAM in our application.
It takes minutes to create a new version on iRAM and 20-30 seconds to load artifacts information. Is there any workaround or alternative to improve the performance? Can we just get the minimum artifact information (creation date, type, name, label, mime type, path and size) at a glance? Like the Featured Content listed artifact in General Details page and it takes in just seconds? warm regards, Bhaskar N Das bhaskar.das1@in.ibm.com |
One answer
Hi,
I am not sure about the problem you ran into. There is some initialization works API need to do the first time someone set up a session. If may take some time to load the manifest file if that is your first job(about 2 min, it is the time period for me). In order to avoid the initialization over and over, it is recommeneded that keep only ONE session through whole process. Once the initialization finished, it will not take that long. As to you requirement. RAMAsset.getManifestAsString() could meet part of the requirement you need, through it could not give the info about creation date and artifact size. Pls feel free to open a wi for enhancement if you would like to. Thanks. |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.