Skip to content

Instantly share code, notes, and snippets.

@camposdelima
Created January 23, 2020 16:17
Show Gist options
  • Save camposdelima/f5fdd9e55b6bd3feec7a9f6538766fc7 to your computer and use it in GitHub Desktop.
Save camposdelima/f5fdd9e55b6bd3feec7a9f6538766fc7 to your computer and use it in GitHub Desktop.
CAMUNDA UTIL INDEXES
CREATE INDEX act_idx_hi_act_inst_name ON public.act_hi_actinst USING btree (act_name_);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment