Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
picodata
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
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
core
picodata
Merge requests
!379
docs: review changelog
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
docs: review changelog
docs-md
into
master
Overview
0
Commits
1
Pipelines
3
Changes
1
Merged
Alexander Tolstoy
requested to merge
docs-md
into
master
2 years ago
Overview
0
Commits
1
Pipelines
3
Changes
1
Expand
0
0
Merge request reports
Viewing commit
275982cb
Show latest version
1 file
+
15
−
13
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
275982cb
docs: review changelog
· 275982cb
Alexander Tolstoy
authored
2 years ago
CHANGELOG.md
+
15
−
13
Options
@@ -12,25 +12,27 @@ with the `YY.0M.MICRO` scheme.
### Features
-
Brand new algorithm of cluster management based on _"governor"_
concept — a centralized actor that
operates
topology and
performs
instances configuration.
-
Brand new algorithm of cluster management based on
the
_"governor"_
concept — a centralized actor that
maintains cluster
topology and
performs
instances configuration.
-
Instance
s
state
is denoted by the wor
d _"grade"_
(current and target).
The current grade of an instance is not what it tells about itself,
but
how
o
the
r instances
are configured
w
it
h
re
spect to the current
one
.
-
Instance state
s are now calle
d _"grade
s
"_
. This new term more clearly
denotes how an instance is currently perceived by other instances (eg.
how the
y
are configured
in
it
s
re
gard) rather than what it assumes
about itself
.
-
Automatically configure _sharding_ (based on
`vshard`
) and perform
rebalancing when replication factor is satisfied.
-
Built-in _sharding_ configuration based on the
`vshard`
library. Once
a replicaset is up to the given replication factor, Picodata will
automatically re-balance data across replicasets.
-
Apply schema and data _migrations_ clusterwide.
-
Shrink cluster by _expelling_ instan
ce
s
.
-
Clusteerwide schema and data _migrations_ are introdu
ce
d
.
### Compatibility
-
Instances can now be _expelled_ in order to shrink the cluster.
-
Current version is NOT compatible with
`22.07.0`
. It cannot be started
## Compatibility
-
The current version is NOT compatible with
`22.07.0`
. It cannot be started
with the old snapshots.
## [22.07.0] - 2022-07-08
Loading