DEFINITIONS
Definitions More Info.
Definition ID
12.077
Title
POSTGRESQL
Category
NOTES
Definition
online index create
Definition Description
https://www.postgresql.org/docs/current/sql-createindex.html
CREATE INDEX CONCURRENTLY IF NOT EXISTS "IX_Transactions_CreatedTime7"
ON public."Transactions" USING btree
("CreatedTime","IsActive","PlatformId","TextType")
INCLUDE("Id")
WITH (FILLFACTOR=99)
TABLESPACE "indexTableSpace";
RecordBy
cunay
Record Date
25-05-2022 17:43:09
Düzenle
Kopyala
Sil