Hi all, I am a bit confused about workspaces mapped to database tables.
I have a trace for a page with a long loading time. In the trace, there are sql statements: - 154 calls on website (SELECT BUNDLE_DATA FROM WEBSITE_BUNDLE WHERE NODE_ID = ?) - 232 calls to dam_bundle (SELECT BUNDLE_DATA FROM DAM_BUNDLE WHERE NODE_ID = ?) On the page, there are 15 download links to the dam, no further images etc. What are all these requests to the dam repository doing? When I set a download link in my local installation, the sql queries for the ds_DATASTORE. But if I import the problematic page, I also have queries for dam_bundle. So, when is the ds_DATASTORE used, when dam_bundle? Does the sql (SELECT BUNDLE_DATA FROM DAM_BUNDLE WHERE NODE_ID = ?) really read the binary data or only read the Metadata needed to render the page? The tables are so hard to read. I know, it is not expected to have a look at the tables. But with my page there is something wrong and I have to find out why. Is there a way to dump the dam_bundle table in a human readable form? I am really thankful for any help, Heike -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=ae93f7fa-3ad4-4d93-a00c-dc8a26ffa980 ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
