Skip to content

Commit 608cf77

Browse files
committed
MOSIP-43917 | updated missed index scripts
Signed-off-by: Nandhukumar <nandhukumare@gmail.com>
1 parent a09e37c commit 608cf77

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

db_scripts/mosip_ida/ddl/ida-hotlist_cache.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ ON ida.hotlist_cache (id_hash, id_type);
1414
CREATE INDEX CONCURRENTLY IF NOT EXISTS idx_hotlist_active
1515
ON ida.hotlist_cache (id_hash, id_type, status)
1616
WHERE status = 'Blocked';
17-
CREATE INDEX IF NOT EXISTS idx_hotlistcache_hash_type ON ida.hotlist_cache USING btree (id_hash, id_type);
1817

1918
-- Optimize autovacuum for hotlist_cache to clean dead tuples
2019
ALTER TABLE hotlist_cache SET (

0 commit comments

Comments
 (0)