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
Commits
c7aaa6af
Commit
c7aaa6af
authored
10 months ago
by
Yaroslav Dynnikov
Browse files
Options
Downloads
Patches
Plain Diff
doc: changelog for 24.4: compatibility
parent
8a306f0e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1063
Rosik/changelog 24.4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+24
-4
24 additions, 4 deletions
CHANGELOG.md
with
24 additions
and
4 deletions
CHANGELOG.md
+
24
−
4
View file @
c7aaa6af
...
...
@@ -16,9 +16,7 @@ with the `YY.MINOR.MICRO` scheme.
-
SQL supports
`UNION`
operator.
-
SQL supports common table expressions (CTE).
-
SQL supports
`CASE`
expression.
-
New property in tier table -
`can_vote`
. Indicates whether instances from tier can be considered as voter in raft protocol.
-
SQL supports
`PRIMARY KEY`
next to column declaration
-
System table
`_pico_index`
format changed, now
`parts`
are stored by field name instead of index
<!--
-
New feature
`tier`
- a group of instances with own replication factor.
...
...
@@ -45,12 +43,34 @@ with the `YY.MINOR.MICRO` scheme.
-
New rpc entrypoint:
`.proc_get_config`
which returns the effective
picodata configuration.
-
Change _pico_index table structure.
-
Support index creation with SQL.
-
Support index drop with SQL.
-
Primary indexes change there naming convention: now it is "{table_name}_pkey".
-->
--------------------------------------------------------------------------------
## [24.4.1] - upcoming
### Compatibility
-
The current version is NOT compatible with prior releases. It cannot
be started with the old snapshots
-
System table
`_pico_table`
format changed, the field
`distribution`
now is a map
-
System table
`_pico_tier`
format changed, a new field
`can_vote`
was
added (_boolean_)
-
Rename all indexes adding a prefix containing the table name, e.g.
`name`
->
`_pico_table_name`
-
System table
`_pico_index`
format changed, now
`parts`
are stored by
field name instead of an index, other fields were rearranged
significantly, see [Architecture — System tables]
[
Architecture — System tables
]:
https://docs.picodata.io/picodata/24.4/architecture/system_tables/
--------------------------------------------------------------------------------
## [24.3.2] - 2024-06-10
...
...
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