You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since 052a712 we require at least PostgreSQL 9.4 because we use the GiST index.
And thus we probably don't need the other indexes anymore. This could be checked if there is no other code
with the more complicated form of doing the request. Also the removal of the old indexes need to be part of
an db update instruction set.
Advantages: cleaner code (which is shorter) and no need to maintain the indexes in operation.
Since 052a712 we require at least PostgreSQL 9.4 because we use the GiST index.
And thus we probably don't need the other indexes anymore. This could be checked if there is no other code
with the more complicated form of doing the request. Also the removal of the old indexes need to be part of
an db update instruction set.
Advantages: cleaner code (which is shorter) and no need to maintain the indexes in operation.
This is the code that probably should be removed:
intelmq-certbund-contact/sql/initdb.sql
Lines 161 to 191 in abce9c5
The text was updated successfully, but these errors were encountered: