tsgrp / OpenContent

TSG's Web Services for ECM Repositories
8 stars 4 forks source link

Rewrite DCTM Query Impl - Migrate Away from DQL #14

Open gsteimer opened 10 years ago

gsteimer commented 10 years ago

While DQL queries work, we're finding that with xPlore in the mix, straight up DQL queries are not as efficient as they once were. We need to rewrite the DCTM Query Implementation in OC to migrate away from DQL. Before starting any code, however, we should take a look at how Webtop Advanced search works. While we are not sure at this point, we think it uses the new-ish com.documentum.xml.xquery package vs. compiling and executing a DQL statement.

One thing we do know, however, is that Webtop searches involving attributes and full text are much faster vs. the same query via OC.

While coding this, we should also account for the following scenarios:

See these related issues:

10

https://github.com/tsgrp/hpi/issues/215

gsteimer commented 10 years ago

The old enhanced\ implementations can stick around. We only need to rewrite the new stuff that HPI is using...