Skip to content
GitLab
Next
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
GitLab
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
GitLab.org
GitLab
Merge requests
!915
Get rid of user activites table and replace it with redis
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Get rid of user activites table and replace it with redis
fix/user-activities-performance
into
master
Overview
50
Commits
1
Pipelines
11
Changes
7
All threads resolved!
Hide all comments
Merged
James Lopez
requested to merge
fix/user-activities-performance
into
master
8 years ago
Overview
50
Commits
1
Pipelines
11
Changes
2
All threads resolved!
Hide all comments
Expand
Gets rid of the user activities table
Switch from postgreSQL to Redis
Fixes
https://gitlab.com/gitlab-org/gitlab-ee/issues/1158
0
0
Merge request reports
Compare
version 5
version 10
90076c0b
8 years ago
version 9
f063f6a2
8 years ago
version 8
423cb005
8 years ago
version 7
53cecf7b
8 years ago
version 6
54e147b2
8 years ago
version 5
bf151d73
8 years ago
version 4
a6226b6a
8 years ago
version 3
3caba170
8 years ago
version 2
3da15069
8 years ago
version 1
82b94b43
8 years ago
master (base)
and
version 6
latest version
8a8daac1
1 commit,
8 years ago
version 10
90076c0b
11 commits,
8 years ago
version 9
f063f6a2
10 commits,
8 years ago
version 8
423cb005
9 commits,
8 years ago
version 7
53cecf7b
8 commits,
8 years ago
version 6
54e147b2
7 commits,
8 years ago
version 5
bf151d73
6 commits,
8 years ago
version 4
a6226b6a
5 commits,
8 years ago
version 3
3caba170
4 commits,
8 years ago
version 2
3da15069
3 commits,
8 years ago
version 1
82b94b43
2 commits,
8 years ago
Show latest version
2 files
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
db/schema.rb
+
1
−
1
Options
@@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord
::
Schema
.
define
(
version:
2016112
5120005
)
do
ActiveRecord
::
Schema
.
define
(
version:
2016112
8170531
)
do
# These are extensions that must be enabled in order to support this database
enable_extension
"plpgsql"
Loading