Browse Source

improve performance (hopefully)

COStage_0.2_Release
Daniel Quathamer 3 years ago
parent
commit
305c968706
  1. 2
      src-modules/module/costage/hilfstabellen/costage_st_studien_aggr_fuellen.sql

2
src-modules/module/costage/hilfstabellen/costage_st_studien_aggr_fuellen.sql

@ -188,7 +188,7 @@ delete from costage_st_studien_aggr
--provisorisch in Testphase: --provisorisch in Testphase:
where ${COSTAGE_STUDENT_FILTER}; where ${COSTAGE_STUDENT_FILTER};
create index ix_tmp_studien2 on tmp_studien2(kz_rueck_beur_ein)
; ;
insert into costage_st_studien_aggr( insert into costage_st_studien_aggr(
st_studium_nr, st_studium_nr,

Loading…
Cancel
Save