mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-16 15:57:22 +00:00
15 lines
528 B
YAML
15 lines
528 B
YAML
---
|
|
table_name: geo_event_log
|
|
classes:
|
|
- Geo::EventLog
|
|
feature_categories:
|
|
- geo_replication
|
|
description: Log of all events that a Geo secondary can process. Parsed/watched through
|
|
streaming replication on all secondaries.
|
|
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/commit/cb6c7cbe2a9ee05cea6926e3d8c18f6aa26f4c64
|
|
milestone: '9.3'
|
|
gitlab_schema: gitlab_main_cell_local
|
|
notes: This table is a log of all events that occur on a primary Geo node/site, which
|
|
a secondary might be interested in.
|
|
table_size: small
|