DEFINITIONS

Definitions More Info.
Definition ID12.077
TitlePOSTGRESQL
CategoryNOTES
Definitiononline index create
Definition Descriptionhttps://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";
RecordBycunay
Record Date25-05-2022 17:43:09
Düzenle
Kopyala
Sil