Pdx and indexing are different altogether.  Pdx affects the serialization
of the object.  Indexing affects querying speed.  Together, they should
improve the entire query speed because querying can cause
deserializations.  With Pdx it should speed up look ups by not causing full
deserialization per field looked up.

Both are able to be used together.

On Tue, Oct 9, 2018 at 1:21 PM anjana_nair <siby_sek...@hotmail.com> wrote:

> is there an advantage of using one vs other
>
>
> index on a field vs PDX serialization as both are used in query  execution.
>
>
>
> --
> Sent from:
> http://apache-geode-incubating-developers-forum.70738.x6.nabble.com/
>

Reply via email to