Skip to content

Commit

Permalink
Final SHA change
Browse files Browse the repository at this point in the history
  • Loading branch information
ericharmeling committed Sep 29, 2019
1 parent 5823d84 commit 4b50c4e
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions releases/v19.2.0-beta.20190930.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ summary: Additions and changes in CockroachDB version v19.2.0-beta.20190930 sinc

In addition to bug fixes and various general, enterprise, SQL, and command-line enhancements, this release includes several major highlights:

- **Locality-aware backup and restore**: You can now back up or restore a subset of a table's data according to zone configurations (e.g., send your EU backup partition to an EU cloud storage location).
- **Locality-aware backup and restore**: You can now back up or restore a subset of a table's data according to [zone configurations]((../v19.2/configure-zone.html)) (e.g., send your EU backup partition to an EU cloud storage location).
- [**Import performance improvements**](../v19.2/import.html): Internal improvements have been made to `IMPORT` to enable more efficient loading of large data sets.
- **Show partitions using SQL**: CockroachDB now supports the `SHOW PARTITIONS` [statement](../v19.2/sql-statements.html), which can be used to identify partitions. It also enhances [`SHOW CREATE TABLE`](../v19.2/show-create.html) to show constraints as described.
- **Productionize Vectorization Prototype**: Queries are now automatically faster for users. This work expands upon the SQL Vectorization Prototype and allows it to be used in production. Note, this does not cover the long-tail of features necessary to use vectorization on all queries. Vectorized execution is turned on by default for a subset of queries and default back to DistSQL execution for unsupported queries
Expand Down Expand Up @@ -145,8 +145,8 @@ $ docker pull cockroachdb/cockroach-unstable:v19.2.0-beta.20190930
- Deprecated the `--init` flag on the [`workload run`](../v19.2/cockroach-workload.html#subcommands) command. Use `workload init` instead. [#40426][#40426]
- Added support for a new `DELIMITED` data format to the [`IMPORT`](../v19.2/import.html) statement. [#40482][#40482]
- Added an option for [`cockroach demo`](../v19.2/cockroach-demo.html) to automatically apply the geo-partitioned replicas topology to the `movr` dataset using the `--geo-partitioned-replicas` flag. [#40355][#40355]
- [`cockroach sql`](../v19.2/cockroach-sql.html) now supports the `--watch` flag. When used to specified a duration, the client will repeat the statement(s) specified by `-e` until an error occurs. This is intended for simple monitoring scenarios during development and testing. [#40594][#40594]
- Added support for redirecting license acquisition to a replacement server (e.g. a suitably configured HTTP proxy), with the environment variable `COCKROACH_DEMO_LICENSE_URL`. This enables using [`cockroach demo`](../v19.2/cockroach-demo.html) with enterprise features in firewalled network environments. [#41029][#41029]
- [`cockroach sql`](../v19.2/cockroach-commands.html) now supports the `--watch` flag. When used to specified a duration, the client will repeat the statement(s) specified by `-e` until an error occurs. This is intended for simple monitoring scenarios during development and testing. [#40594][#40594]
- Added support for redirecting license acquisition to a replacement server (e.g. a suitably configured HTTP proxy), with the environment variable `COCKROACH_DEMO_LICENSE_URL`. This enables [`cockroach demo`](../v19.2/cockroach-demo.html) with enterprise features in firewalled network environments. [#41029][#41029]

### Admin UI changes

Expand Down Expand Up @@ -195,6 +195,9 @@ $ docker pull cockroachdb/cockroach-unstable:v19.2.0-beta.20190930
- #40257 "`snapshot widens existing replica, but no replica exists for subsumed key`" [#40892][#40892]
- Fixed panic in [`cockroach workload movr run`](../v19.2/cockroach-workload.html). [#41072][#41072]
- Resolved an issue with server hanging on [`cockroach quit`](../v19.2/cockroach-commands.html) on Windows. [#40994][#40994]
- The `cockroach zip`, `cockroach node` and `cockroach user` [`cockroach` commands](../v19.2/cockroach-commands.html#commands) now work properly when the `defaultdb` database is manually dropped and the connection URL does not specify a database. `cockroach user` is deprecated in 19.2. [#41121][#41121]
- [`cockroach workload init ycsb`](../v19.2/cockroach-workload.html#ycsb-workload) now works with `--data-loader=import`. [#41071][#41071]
- Fixed bug where [zone configurations](../v19.2/configure-zone.html) on indexes could leak into configurations on [partitions](../v19.2/partitioning.html). [#41089][#41089]

### Performance improvements

Expand All @@ -214,19 +217,17 @@ $ docker pull cockroachdb/cockroach-unstable:v19.2.0-beta.20190930

### Contributors

This release includes 514 merged PRs by 48 authors.
This release includes 692 merged PRs by 53 authors.
We would like to thank the following contributors from the CockroachDB community:

- Arseni Lapunov
- Arul Ajmani (first-time contributor)
- Elliot Courant
- HyeonGyu Lee (Vazrupe) (first-time contributor)
- Jaewan Park
- Kevin Barbour (first-time contributor)
- Niels Hofmans (first-time contributor)
- Shishir Jaiswal (first-time contributor)
- Taufiq Rahman (first-time contributor)
- Vlad Artamonov (first-time contributor)
- Zeming YU (first-time contributor)
- 贾德星 (first-time contributor)

Expand Down Expand Up @@ -358,3 +359,6 @@ We would like to thank the following contributors from the CockroachDB community
[#41029]: https://github.com/cockroachdb/cockroach/pull/41029
[#41072]: https://github.com/cockroachdb/cockroach/pull/41072
[#41090]: https://github.com/cockroachdb/cockroach/pull/41090
[#41071]: https://github.com/cockroachdb/cockroach/pull/41071
[#41089]: https://github.com/cockroachdb/cockroach/pull/41089
[#41121]: https://github.com/cockroachdb/cockroach/pull/41121

0 comments on commit 4b50c4e

Please sign in to comment.