You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geode.apache.org by Jakov Varenina <ja...@est.tech> on 2020/06/03 05:51:28 UTC

Geode behavior when executing query

Hi all,

Could you please help me understand geode behavior when executing queries?

Is condition evaluation order within WHERE clause always from right to 
left (in example below region data will be checked first against 
|p.value=30 |and then|||||p.status = 'active'|)?||

||

|"SELECT * FROM /exampleRegion p WHERE p.status = 'active' AND p.value=30"|

BRs,

Jakov

||

||