Skip to content

Commit

Permalink
fix typos (github#480)
Browse files Browse the repository at this point in the history
* fix typo

* other type
  • Loading branch information
jacobprall authored Sep 27, 2021
1 parent 0433ae5 commit 389fc1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion timescale-cloud/ingest-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ See the [Code Quick Starts][code-qs] for using various languages, including Pyth
## Insert data directly using a message queue
If you have data stored in a message queue, you can import it into your
TimescaleDB database. This section provides instructions on using the Kafka
Connect PostreSQL connector.
Connect PostgreSQL connector.
This connector deploys PostgreSQL change events from Kafka Connect to a runtime
service. It monitors one or more schemas in a TimescaleDB server, and writes all
Expand Down
2 changes: 1 addition & 1 deletion timescaledb/how-to-guides/compression/about-compression.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ By default, the items inside a compressed array are arranged in descending order
according to the hypertable's `time` column. In most cases, this works well,
provided you have set the `segmentby` option appropriately. However, in some
more complicated scenarios, you want to manually adjust the
`commpression_orderby`setting as well. Changing this value can improve the
`compress_orderby`setting as well. Changing this value can improve the
compression ratio, as well as query performance.
Compression is most effective when adjacent data is close in magnitude or
Expand Down

0 comments on commit 389fc1f

Please sign in to comment.