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
Compare
master
version 2
275982cb
2 years ago
version 1
b5624c9f
2 years ago
master (base)
and
latest version
latest version
9d5a6871
1 commit,
2 years ago
version 2
275982cb
1 commit,
2 years ago
version 1
b5624c9f
1 commit,
2 years ago
1 file
+
15
−
14
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
CHANGELOG.md
+
15
−
14
Options
@@ -12,26 +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
.
-
Clusteerwide
schema and data _migrations_
are introduced
.
-
Shrink cluster
b
y
_expell
ing_ instances
.
-
Instances can now
b
e
_expell
ed_ in order to shrink the cluster
.
##
#
Compatibility
## Compatibility
-
C
urrent version is NOT compatible with
`22.07.0`
. It cannot be
started
with the old snapshots.
-
The c
urrent version is NOT compatible with
`22.07.0`
. It cannot be
started
with the old snapshots.
## [22.07.0] - 2022-07-08
Loading