- 15 Jun, 2021 1 commit
-
-
- 02 Jun, 2021 1 commit
-
-
- 02 Feb, 2021 2 commits
-
-
Cedric Caffy authored
[catalogue] TAPE_FILE.SUPERSEDED_BY_VID and TAPE_FILE.SUPERSEDED_BY_FSEQ are not used in any query anymore
-
Cedric Caffy authored
-
- 19 Jan, 2021 1 commit
-
-
Steven Murray authored
This reverts commit 7c6609d2. The orginal commit is being reverted because it intentionally forced the "list contents of a tape" query to use indicies by replacing table joins with sub-queries. These sub-queuries unfortunately turned out to be slower than the original query when it was executed in a "clean" environment and the database live memory cache was cold. By "clean" environment I mean one without PARALLEL enabled on the following two tables: ARCHIVE_FILE TAPE_FILE PARALLEL is enabled on these two tables when a CASTOR to CTA migration takes place. It was left in place with the hope that it would not interferre with the day to day running of CTA. This has now been proven to not be the case.
-
- 18 Dec, 2020 1 commit
-
-
Steven Murray authored
-
- 06 Oct, 2020 1 commit
-
-
Steven Murray authored
-