pub const CREATE_EXPIRES_AT_INDEX_SQL: &str = "CREATE INDEX IF NOT EXISTS idx_yugendb_store_expires_at ON yugendb_store(expires_at);";
Expiry index used by TTL filtering.