クラスター内の異なるノード上の複数のテーブル (gemfire に関しては領域) にまたがるコンテンツを処理する場合、どのオペレーターがより高速な結果を提供します。
今のところ、私の検索 OQL クエリは次のようになります。
select * from /content_region where content_type = 'xyz' AND (shared_with.contains('john') OR (shared_with.contains('michael') OR (shared_with.contains('peter')))
「shared_with」がリストであると考えてください。
参考文献: