Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cta
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dCache
cta
Commits
060b291a
Commit
060b291a
authored
5 years ago
by
Giuseppe Lo Presti
Browse files
Options
Downloads
Patches
Plain Diff
Removed unused table
Where to store the CASTOR legacy data will hopefully be decided in the future.
parent
9741aaa1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
catalogue/oracle_catalogue_usage_stats.sql
+0
-9
0 additions, 9 deletions
catalogue/oracle_catalogue_usage_stats.sql
with
0 additions
and
9 deletions
catalogue/oracle_catalogue_usage_stats.sql
+
0
−
9
View file @
060b291a
...
...
@@ -24,15 +24,6 @@
* @author Castor Dev team, castor-dev@cern.ch
*****************************************************************************/
-- This table will be used to safely store the legacy CASTOR usage statistics
CREATE
TABLE
CastorUsageStats
(
gid
NUMBER
(
6
)
DEFAULT
0
CONSTRAINT
NN_CastorUsageStats_gid
NOT
NULL
,
timestamp
NUMBER
DEFAULT
0
CONSTRAINT
NN_CastorUsageStats_ts
NOT
NULL
,
maxFileId
INTEGER
,
fileCount
INTEGER
,
fileSize
INTEGER
,
segCount
INTEGER
,
segSize
INTEGER
,
segCompressedSize
INTEGER
,
seg2Count
INTEGER
,
seg2Size
INTEGER
,
seg2CompressedSize
INTEGER
);
/* Get current time as a time_t (Unix time) */
CREATE
OR
REPLACE
FUNCTION
getTime
RETURN
NUMBER
IS
epoch
TIMESTAMP
WITH
TIME
ZONE
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment