This short report brings to light some interesting commits to scylladb.git master from the last week. Commits in the 2314feeae2..8ffe4b0308 range are covered.
There were 59 non-merge commits from 17 authors in that period. Some notable commits:
The snitch reports the datacenter and rack of a node. We will now refuse to start the service if the snitch reports a different datacenter or rack, preventing data loss.
When creating a new table, we will prefer to distribute tablets for the new table equally among all nodes, rather than distributing all-table tablet count equally. This improves performance for the new table.
Alternator, ScyllaDB’s implementation of the DynamoDB API, now limits attribute name length in the same name as DynamoDB.
Materialized views are now more robust during schema changes. The change removes the possibility of accessing an outdated schema that no longer exists or is incompatible with the view schema.
See you in the next issue of last week in scylladb.git master!