Re: Fastest way to check if a property key is mixed indexed or not


hadoopmarc@...
 

Hi Harshit,

The performance impact for JanusGraph when including a property key in multiple mixed indices, is negligable (the selection of the index for a specific query will be a tat slower). Additional mixed indices imply a heavier load on the indexing backend (in particular memory and storage, CPU during inserts) but with little impact on response times if the cluster is dimensioned properly.

Marc

Join janusgraph-users@lists.lfaidata.foundation to automatically receive all group messages.