Skip to main content

CREATE_PREFIX_INDEX_SQL

Constant CREATE_PREFIX_INDEX_SQL 

Source
pub const CREATE_PREFIX_INDEX_SQL: &str = r#"CREATE INDEX IF NOT EXISTS idx_yugendb_store_prefix
ON yugendb_store(namespace, collection, key);"#;
Expand description

SQL statement that creates the prefix scan index.