Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Performance issues if we have around 5 properties with same index name
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Abdul Azeez Shaik  
View profile  
 More options Oct 4 2012, 11:40 am
From: Abdul Azeez Shaik <azeeztechni...@gmail.com>
Date: Thu, 4 Oct 2012 21:10:24 +0530
Local: Thurs, Oct 4 2012 11:40 am
Subject: Performance issues if we have around 5 properties with same index name

Dear all,

Would there be any performance issues if we there is same index name for
multiple(around 4-6) properties.
As user can provide option from any of the five options available for him,
i am planning to achieve this by have same index name.
Other way of doing this is, using Index for few and WHERE clause for few of
the other properties.

Kindly suggest me the best design for this.

Thanks,
Abdul


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Abdul Azeez Shaik  
View profile  
 More options Oct 4 2012, 11:45 am
From: Abdul Azeez Shaik <azeeztechni...@gmail.com>
Date: Thu, 4 Oct 2012 21:15:09 +0530
Local: Thurs, Oct 4 2012 11:45 am
Subject: Re: Performance issues if we have around 5 properties with same index name

Had posted this query earlier too here for having same index name for two
properties.
This requirement has been increased to around 5 properties now...so
resposting this query again to know the others opinion on this.

Thanks,
Abdul

On Thu, Oct 4, 2012 at 9:10 PM, Abdul Azeez Shaik
<azeeztechni...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Peter Neubauer  
View profile  
 More options Oct 4 2012, 12:23 pm
From: Peter Neubauer <peter.neuba...@neotechnology.com>
Date: Thu, 4 Oct 2012 18:23:05 +0200
Local: Thurs, Oct 4 2012 12:23 pm
Subject: Re: [Neo4j] Re: Performance issues if we have around 5 properties with same index name
No,
I think putting several properties in the same index should be ok.

Cheers,

/peter neubauer

G:  neubauer.peter
S:  peter.neubauer
P:  +46 704 106975
L:   http://www.linkedin.com/in/neubauer
T:   @peterneubauer

Neo4j 1.8 GA - http://www.dzone.com/links/neo4j_18_release_fluent_graph_literacy.html

On Thu, Oct 4, 2012 at 5:45 PM, Abdul Azeez Shaik


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Abdul Azeez Shaik  
View profile  
 More options Oct 4 2012, 12:29 pm
From: Abdul Azeez Shaik <azeeztechni...@gmail.com>
Date: Thu, 4 Oct 2012 21:59:29 +0530
Local: Thurs, Oct 4 2012 12:29 pm
Subject: Re: [Neo4j] Re: Performance issues if we have around 5 properties with same index name

Thanks for the prompt response Peter. Will go ahead with the implementation

On Thu, Oct 4, 2012 at 9:53 PM, Peter Neubauer <


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Wes Freeman  
View profile  
 More options Oct 4 2012, 1:26 pm
From: Wes Freeman <freeman....@gmail.com>
Date: Thu, 4 Oct 2012 13:26:35 -0400
Local: Thurs, Oct 4 2012 1:26 pm
Subject: Re: [Neo4j] Re: Performance issues if we have around 5 properties with same index name

I'm curious about compound or joining index functionality, also:

Can you have an index on age and a separate index on name, and search both
at the same time efficiently (from Cypher, for example)?

Or do they need to be in the same index, and Cypher queries are effectively
limited to a single index lookup (so for multiple fields, you must have a
compound index)?

I've found only limited examples in the docs, and my lucene index knowledge
is lacking.

Thanks,
Wes

On Thu, Oct 4, 2012 at 12:23 PM, Peter Neubauer <


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael Hunger  
View profile  
 More options Oct 4 2012, 2:28 pm
From: Michael Hunger <michael.hun...@neotechnology.com>
Date: Thu, 4 Oct 2012 20:28:41 +0200
Local: Thurs, Oct 4 2012 2:28 pm
Subject: Re: [Neo4j] Re: Performance issues if we have around 5 properties with same index name

For compound index queries they have to be in  the same index, just then use the lucene key:value AND / OR key:value syntax for compound expressions.

You can look them up in different indexes and compare the nodes for identity but that is a cross product over two sets and not what you want.

HTH

Michael

Am 04.10.2012 um 19:26 schrieb Wes Freeman:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Wes Freeman  
View profile  
 More options Oct 4 2012, 2:32 pm
From: Wes Freeman <freeman....@gmail.com>
Date: Thu, 4 Oct 2012 14:31:53 -0400
Local: Thurs, Oct 4 2012 2:31 pm
Subject: Re: [Neo4j] Re: Performance issues if we have around 5 properties with same index name

Got it, thanks.

Wes

On Thu, Oct 4, 2012 at 2:28 PM, Michael Hunger <


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »