Skip to content

Commit

Permalink
Update brk2.0_postgresql.sql
Browse files Browse the repository at this point in the history
Ten behoeve van performance van (materialized) views zijn onderstaande indexes aangemaakt
  • Loading branch information
KJLammers authored Oct 22, 2024
1 parent 26eaec5 commit 5794e5e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion datamodel/brk/brk2.0_postgresql.sql
Original file line number Diff line number Diff line change
Expand Up @@ -732,4 +732,6 @@ CREATE INDEX perceel_archief_begrenzing_perceel ON perceel_archief USING GIST (b
CREATE INDEX perceel_archief_plaatscoordinaten ON perceel_archief USING GIST (plaatscoordinaten);

CREATE INDEX recht_aantekeningkadastraalobject ON recht (aantekeningkadastraalobject);
CREATE INDEX recht_rustop ON recht (rustop);
CREATE INDEX recht_rustop ON recht (rustop);
CREATE INDEX onroerendezaakfiliatie_betreft_idx ON brk.onroerendezaakfiliatie USING btree (betreft);
CREATE INDEX onroerendezaakfiliatie_onroerendezaak_idx ON brk.onroerendezaakfiliatie USING btree (onroerendezaak);

0 comments on commit 5794e5e

Please sign in to comment.