Can someone tell me what internal Content Server processes use the WebTree_* tables, especially those which query the table with a list of DataID values?
Thanks..
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
Sorry, that should be the WebNodes_* views..
WebNodes_<xx_yy> and also WebNodes* tables are primarily used for browsing Content Server where the <xx_yy> corresponds to the localized language identifier.
WebNodes_<xx_yy>
WebNodes*
<xx_yy>
So, a query like this would likely originate internally in CS in response to a user's browsing?
SELECT * FROM WebNodes_en_CA WHERE DataID IN (:A1, :A2, :A3, …)