test.sql

application/sql

Filename: test.sql
Type: application/sql
Part: 5
Message: Page Scan Mode in Hash Index
-- test.sql --
\set keycol random(1,1000)
SELECT keycol FROM con_hash_index_table WHERE keycol = :keycol;
-- test.sql --