06-19-2015 07:09 AM
I was looking for a way to use JOINS in Nuxeo, CMISQL seems to be the right solution, I found this link But I don't know how to use it. There's not much documentationn about CMISQL in the official documentation.
It would be appreciated if you could provide me with links or a simple example explaining how it works.
07-13-2015 01:04 PM
JOINS are indeed enabled for CMISQL when the property
org.nuxeo.cmis.joins=true
respecting the following conditions:
It means that you won't be in the optimal architecture performance wise for executing your queries.
It may be a better option to "denormalize" part of your data either in the repository or just in the elasticsearch index. The latter approach is a design that will be genericised in the future in the Nuxeo Platform.
06-23-2015 11:09 AM
What have you tried and what didn't work?
07-13-2015 01:04 PM
JOINS are indeed enabled for CMISQL when the property
org.nuxeo.cmis.joins=true
respecting the following conditions:
It means that you won't be in the optimal architecture performance wise for executing your queries.
It may be a better option to "denormalize" part of your data either in the repository or just in the elasticsearch index. The latter approach is a design that will be genericised in the future in the Nuxeo Platform.
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.