CREATE PREDICATE INDEX
Index a metadata field so predicate filters run as a direct lookup instead of a full scan.
Syntax
CREATE PREDICATE INDEX <field> IN <store_name>CREATE PREDICATE INDEX <field> IN <store_name> SCHEMA analyticsExample
CREATE PREDICATE INDEX category IN my_storeSee SDK examples for Python, Node, Go, and Rust.