Sign in
apache
/
hive
/
refs/heads/branch-2
/
.
/
metastore
/
scripts
/
upgrade
/
postgres
/
039-HIVE-16399.postgres.sql
blob: 18157bfafbb46de6a958a3e3481f28a4bc7bd866 [
file
] [
log
] [
blame
]
CREATE
INDEX
TC_TXNID_INDEX
ON
TXN_COMPONENTS
USING
hash
(
TC_TXNID
);