File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed
Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
88## [ Unreleased]
99
10+ ### Added
11+
12+ ### Changed
13+
14+ ### Fixed
15+
16+ ## [ 0.11.0] - 20-04-22
17+
1018### Added
1119* ` crud.count() ` function to calculate the number of tuples
1220 in the space according to conditions.
Original file line number Diff line number Diff line change @@ -77,11 +77,13 @@ documentation). As soon as sharding key for a certain space is available in
7777automatically. Note that CRUD methods ` delete() ` , ` get() ` and ` update() `
7878requires that sharding key must be a part of primary key.
7979
80- You can specify sharding function to calculate bucket_id with
81- sharding func definition as a part of [ DDL
82- schema] ( https://github.com/tarantool/ddl#input-data-format )
80+ Starting from 0.11.0 you can specify sharding function to calculate bucket_id
81+ with sharding func definition as a part of
82+ [ DDL schema] ( https://github.com/tarantool/ddl#input-data-format )
8383or insert manually to the space ` _ddl_sharding_func ` .
8484
85+ Automatic sharding key and function reload is supported since version 0.11.0.
86+
8587CRUD uses ` strcrc32 ` as sharding function by default.
8688The reason why using of ` strcrc32 ` is undesirable is that
8789this sharding function is not consistent for cdata numbers.
You can’t perform that action at this time.
0 commit comments