Re: Queries on key fields

2018-09-29 Thread siby_sekar
Thank you.
I have more queries on the topic.

we will be applying queries like 

1.
 key like "%sessionID% as   sessionid will not be the actual key.
we will have several objects where same sessionid is going to be part of
multiple objects and we will have to get  all objects that contains a
particular  sessionid and aggregate results on client. So we will be running
queries like key like "%sessionId%".

In this case should we assign any index on the key fileds as key is not
actual sessionid but a concatenation of some  string and sessionid ? 

2.

Also we can have sessionid as part of the value field and then apply PDX
serialization on the value objects and run queries and can have = comparison
on value objects. Would this be faster than running queries on key fields.

If we can run queries on key fields itself what is the real advantage of
having PDX serialization ?

thanks,
Siby.



--
Sent from: http://apache-geode-incubating-developers-forum.70738.x6.nabble.com/


Re: Queries on key fields

2018-09-29 Thread siby_sekar
for us sessionId is not the actual key field.

It will be something like some arbitrarystring+sessionid

and we will be running queries  with - like "%sessionId%" to find all
entries  having a particular sessionid.

In this case to improve performance can we apply any index ? 

is this approach better than running queries on value fields with PDX
Serialization ? 



--
Sent from: http://apache-geode-incubating-developers-forum.70738.x6.nabble.com/


[Spring CI] Spring Data GemFire > Nightly-ApacheGeode > #1055 was SUCCESSFUL (with 2456 tests)

2018-09-29 Thread Spring CI

---
Spring Data GemFire > Nightly-ApacheGeode > #1055 was successful.
---
Scheduled
2458 tests in total.

https://build.spring.io/browse/SGF-NAG-1055/





--
This message is automatically generated by Atlassian Bamboo