在处理集群中不同节点上跨多个表(就 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”是列表。
参考: