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
CREATE INDEX originalfile_path_name_index ON originalfile ((path || name)); has been observed to speed up imports for IDR and may also assist the 2019-SV1 protection. It's also possible that we may wish to separately index the name column.
The text was updated successfully, but these errors were encountered:
CREATE INDEX originalfile_path_name_index ON originalfile ((path || name));
has been observed to speed up imports for IDR and may also assist the 2019-SV1 protection. It's also possible that we may wish to separately index thename
column.The text was updated successfully, but these errors were encountered: