Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
36a19181
Commit
36a19181
authored
Jul 25, 2019
by
Giuseppe Lo Presti
Browse files
[CASTOR migration] use Archive_File.checksum_adler32
parent
6b16658c
Changes
1
Hide whitespace changes
Inline
Side-by-side
migration/oracle_catalogue_castor_migration.sql
View file @
36a19181
...
...
@@ -174,7 +174,7 @@ BEGIN
-- Populate the CTA catalogue with the CASTOR file metadata
INSERT
/*+ APPEND PARALLEL(Archive_File) */
INTO
Archive_File
(
archive_file_id
,
disk_instance_name
,
disk_file_id
,
disk_file_path
,
disk_file_uid
,
disk_file_gid
,
size_in_bytes
,
disk_file_uid
,
disk_file_gid
,
size_in_bytes
,
checksum_adler32
,
storage_class_id
,
creation_time
,
reconciliation_time
)
(
SELECT
/*+ PARALLEL(F) PARALLEL(D) */
F
.
fileid
,
inEOSCTAInstance
,
F
.
fileid
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment