Hi,

I am not sure I understand correctly your post.  Do you mean that
inserting twice the "same triple" (same subject, same predicate, same
object) as a managed triple results in having that triple twice?

If that's what you mean, then yes, it is the expected behaviour.  If
you need not to have them two, you can 1) avoid ingesting it twice
(e.g. if you use MLCP) or 2) filter the insertion out (e.g. if you use
a specific endpoint for ingestion) or 3) use unmanaged triples and
make sure you group them in documents in a way that is predictable,
e.g. based on the subject, so as you said the document is properly
overridden.

If this does not answer your question, I am afraid you'll need to
rephrase it, and give us more details.

Regards,

-- 
Florent Georges
H2O Consulting
http://h2o.consulting/


On 1 June 2017 at 14:05, Rajesh Kumar wrote:
> Hi Team,
>
> While creating triples in MarkLogic 8 they are duplicating if we create
> multiple times. But the behavior is different in case of document creation
> where it overrides the same URI with the latest content.
>
> Is there any way to restrict or find duplicates and delete those? will this
> have any impact on performance if my triple-store size grows.
>
> Thanks & Regards,
> Rajesh Kumar P
>
> _______________________________________________
> General mailing list
> General@developer.marklogic.com
> Manage your subscription at:
> http://developer.marklogic.com/mailman/listinfo/general
>
_______________________________________________
General mailing list
General@developer.marklogic.com
Manage your subscription at: 
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to