Het team achter CockroachDB heeft versie 1.1.5 uitgebracht. Dit is een opensourcedatabase die uitermate geschikt is voor cloudomgevingen en die verschillende opties voor het opvangen van problemen biedt, dankzij de verspreide opzet. Voor meer informatie verwijzen we naar deze pagina, waar meest gestelde vragen worden beantwoord. De lijst met veranderingen ziet er als volgt uit:
General ChangesEnterprise Edition Changes
- Removed error messages from SQL execution statistics included in diagnostic reporting. #21827
Bug Fixes
- When external storage is not accessible, RESTORE jobs no longer loop indefinitely during failure or cancellation. #21573
Doc Updates
- Errors from DDL statements sent by a client as part of a transaction, but in a different query string than the final commit, are no longer silently swallowed. #21865
- DROP INDEX with an unqualified index name (without a specific table name) no longer fails if there are views in the database. #21857
- Fixed tuple equality to evaluate correctly in the presence of NULL elements. #21237
- Fixed an issue with the wire-formatting of BYTES arrays. #21796
- Fixed a stack overflow in the code for shutting down a server when out of disk space. #21804
- Fixed incorrect logic in lease rebalancing that prevented leases from being transferred. #21442
- Added best practices for optimizing SQL performance in CockroachDB. #2243
- Added more detailed clock synchronization guidance per cloud provider. #2295
- Added a tutorial on using our Kubernetes-orchestrated AWS CloudFormation template for easy deployment and testing of CockroachDB. #2356
- Improved the styling of code samples and page tocs. #2323 #2371