Skip to content

Commit c983395

Browse files
Loquacitygina-aliotocharislam
authored
Review instances of TimescaleDB (timescale#2357)
* Cloud without Cloud - Part One * Cloud without Cloud - Part Two * Reviewed instances of TimescaleDB * Apply suggestions from code review Co-authored-by: gina-alioto <[email protected]> Signed-off-by: Lana Brindley <[email protected]> --------- Signed-off-by: Lana Brindley <[email protected]> Signed-off-by: Charis <[email protected]> Co-authored-by: gina-alioto <[email protected]> Co-authored-by: Charis <[email protected]>
1 parent edc3e87 commit c983395

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+141
-140
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Introduction
22

3-
There are multiple ways to help make TimescaleDB better, including contributing
3+
There are multiple ways to help make Timescale better, including contributing
44
to the documentation. All of our documentation is available to use and review
55
with GitHub.
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repository, which pulls in content from this repository on each build.
1313
## Contributing
1414

1515
We welcome and appreciate any help the community can provide to make
16-
TimescaleDB's documentation better.
16+
Timescale's documentation better.
1717

1818
You can help either by opening an
1919
[issue](https://github.com/timescale/docs/issues) with

_code-samples/toolkit/stats_agg-one-variable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ see [Statistical Aggregates (2D)](./stats_agg_2D.md).
1818
In order to make common statistical aggregates easier to work with in window
1919
functions and continuous aggregates, Toolkit provides common statistical
2020
aggregates in a slightly different form than otherwise available in
21-
PostgreSQL/TimescaleDB. They are re-implemented within the [two-step aggregates
21+
PostgreSQL or TimescaleDB. They are re-implemented within the [two-step aggregates
2222
framework](./two-step_aggregation.md) which exposes a summary form to the
2323
user which can then have multiple accessors.
2424

_code-samples/toolkit/stats_agg-two-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ For 1D statistical functions, see [Statistical Aggregates
1919
In order to make common statistical aggregates easier to work with in window
2020
functions and continuous aggregates, Toolkit provides common statistical
2121
aggregates in a slightly different form than otherwise available in
22-
PostgreSQL/TimescaleDB. They are re-implemented within the [two-step aggregates
22+
PostgreSQL or TimescaleDB. They are re-implemented within the [two-step aggregates
2323
framework](./two-step_aggregation.md) which exposes a summary form to the user
2424
which can then have multiple accessors.
2525

_partials/_create-hypertable-twelvedata-crypto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ there is one other table of data called `crypto_assets`.
5353
);
5454
```
5555

56-
1. You now have two tables within your TimescaleDB database. One hypertable
56+
1. You now have two tables within your Timescale database. One hypertable
5757
named `crypto_ticks`, and one normal PostgreSQL table named `crypto_assets`.
5858

5959
</Procedure>

_troubleshooting/self-hosted/update-timescaledb-could-not-access-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ the file mentioned is from the previous version, it is probably due to an incomp
2424
update process. Within the greater PostgreSQL server instance, each
2525
database that has TimescaleDB installed needs to be updated with the SQL command
2626
`ALTER EXTENSION timescaledb UPDATE;` while connected to that database. Otherwise,
27-
the database will be looking for the previous version of the timescaledb files.
27+
the database looks for the previous version of the timescaledb files.
2828

2929
See [our update docs][update-db] for more info.
3030

about/contribute-to-docs.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Contribute to TimescaleDB documentation
3-
excerpt: Advice and style guide for contributing to TimescaleDB documentation
2+
title: Contribute to Timescale documentation
3+
excerpt: Advice and style guide for contributing to Timescale documentation
44
keywords: [contribute]
55
tags: [docs, style guide]
66
---
@@ -97,9 +97,9 @@ phrase possible. For example, instead of "Using hypertables", call the page
9797
"Hypertables".
9898

9999
For level two sections that contain one or more procedures, use a simple verb
100-
phrase. For example, "Install TimescaleDB". For the associated procedures, use a
100+
phrase. For example, "Install Timescale". For the associated procedures, use a
101101
level three heading, with the gerund form of the same heading. For example,
102-
"Installing TimescaleDB".
102+
"Installing Timescale".
103103

104104
## Lists
105105

@@ -153,13 +153,13 @@ Procedures contain these elements:
153153
For example:
154154

155155
```txt
156-
## Install TimescaleDB
156+
## Install Timescale
157157
158-
This section describes how to install TimescaleDB on premise.
158+
This section describes how to install Timescale on premise.
159159
160160
<Procedure>
161161
162-
### Installing TimescaleDB
162+
### Installing Timescale
163163
164164
1. Start each step with a verb, or a location.
165165
1. For example, "Run the `example` command", or "At the command prompt, open the
@@ -233,9 +233,9 @@ device.
233233
*Adverbs*
234234
: Do not use.
235235

236-
&#10060; Simply install TimescaleDB.
236+
&#10060; Simply install Timescale.
237237

238-
&#128077; Install TimescaleDB.
238+
&#128077; Install Timescale.
239239

240240
*AWS*
241241
: Amazon Web Services. No need to expand this acronym.
@@ -257,12 +257,12 @@ device.
257257

258258
&#10060; "Perform a bare metal installation."
259259

260-
&#128077; "Install TimescaleDB on bare metal."
260+
&#128077; "Install Timescale on bare metal."
261261

262262
*Bare-metal*
263263
: Adjective.
264264

265-
&#10060; "Install TimescaleDB on bare-metal."
265+
&#10060; "Install Timescale on bare-metal."
266266

267267
&#128077; "Perform a bare-metal installation."
268268

@@ -413,9 +413,9 @@ device.
413413
*Simply*
414414
: Don't use.
415415

416-
&#10060; Simply install TimescaleDB.
416+
&#10060; Simply install Timescale.
417417

418-
&#128077; Install TimescaleDB.
418+
&#128077; Install Timescale.
419419

420420
*Superuser*
421421
: One word.

about/contribute-to-timescale.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
2-
title: Contribute to TimescaleDB
3-
excerpt: Learn more about how to contribute to TimescaleDB
2+
title: Contribute to Timescale
3+
excerpt: Learn more about how to contribute to Timescale
44
keywords: [contribute]
55
tags: [github]
66
---
77

8-
# Contributing to TimescaleDB
8+
# Contributing to Timescale
99

10-
There are multiple ways to help make TimescaleDB better. All of our documentation
11-
and source for the PostgreSQL extension are available to use and review via
10+
There are multiple ways to help make TimescaleDB better. All of the documentation
11+
and source for the PostgreSQL extension are available to use and review on
1212
GitHub.
1313

1414
## Contributing to Timescale documentation
1515

1616
Timescale documentation is hosted in a [GitHub repository][github-docs]
1717
and is open for contribution from all community members. If you
18-
find errors or would like to add content to our docs, this tutorial
18+
find errors or would like to add content to the docs, this tutorial
1919
walks you through the process.
2020

2121
### Making minor changes
@@ -51,8 +51,8 @@ There are multiple ways you can help:
5151
* Open an issue with a bug report, build issue, feature request, suggestion, etc.
5252
* Fork this repository and submit a pull request
5353

54-
[Head over to our GitHub repository][github-timescaledb] for TimescaleDB to learn more about how you
55-
can help and to review our coding style guide!
54+
[Head over to our GitHub repository][github-timescaledb] for TimescaleDB to learn
55+
more about how you can help and to review our coding style guide!
5656

5757
[github-docs]: https://github.com/timescale/docs
5858
[github-timescaledb]: https://github.com/timescale/timescaledb/blob/master/CONTRIBUTING.md

api/actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tags: [user-defined actions, background jobs, scheduled jobs, automation framewo
88
# User-Defined Actions <Tag type="community">Community</Tag>
99

1010
User-defined actions allow you to run functions and procedures implemented in a
11-
language of your choice on a schedule within TimescaleDB. This allows
11+
language of your choice on a schedule within Timescale. This allows
1212
automatic periodic tasks that are not covered by existing policies and
1313
even enhancing existing policies with additional functionality.
1414

api/add_data_node.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ the data node by:
3434

3535
1. Creating the database given in `database` that serve as the
3636
new data node.
37-
2. Loading the TimescaleDB extension in the new database.
38-
3. Setting metadata to make the data node part of the distributed
37+
1. Loading the TimescaleDB extension in the new database.
38+
1. Setting metadata to make the data node part of the distributed
3939
database.
4040

4141
Note that user roles are not automatically created on the new data

api/add_dimension.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ api:
1111

1212
# add_dimension()
1313

14-
Add an additional partitioning dimension to a TimescaleDB hypertable.
14+
Add an additional partitioning dimension to a Timescale hypertable.
1515
The column selected as the dimension can either use interval
1616
partitioning (for example, for a second time partition) or hash partitioning.
1717

@@ -61,7 +61,7 @@ Thus, users looking for parallel I/O have two options:
6161
single logical disk to the hypertable (that is, via a single tablespace).
6262

6363
1. For each physical disk, add a separate tablespace to the
64-
database. TimescaleDB allows you to actually add multiple tablespaces
64+
database. Timescale allows you to actually add multiple tablespaces
6565
to a *single* hypertable (although under the covers, a hypertable's
6666
chunks are spread across the tablespaces associated with that hypertable).
6767

@@ -74,7 +74,7 @@ tablespace approach only supports the former. With a RAID setup,
7474
That said, when using space partitions, we recommend using 1
7575
space partition per disk.
7676

77-
TimescaleDB does *not* benefit from a very large number of space
77+
Timescale does *not* benefit from a very large number of space
7878
partitions (such as the number of unique items you expect in partition
7979
field). A very large number of such partitions leads both to poorer
8080
per-partition load balancing (the mapping of items to partitions using

mst/aiven-client/grafana-email.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Before you begin, make sure you have:
6262
-c smtp_server.from_address="[email protected]"
6363
```
6464

65-
1. (*OPTIONAL*) Review all available custom options, and configure:
65+
1. <Optional /> Review all available custom options, and configure:
6666

6767
```bash
6868
avn service types -v

mst/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Managed Service for TimescaleDB
3-
excerpt: A fully managed TimescaleDB service on AWS, Azure, or GCP, available in more than 75 regions
3+
excerpt: A fully managed TimescaleDB service on Azure or GCP
44
products: [mst]
55
---
66

mst/ingest-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ one of these methods.
7878
## Bulk upload from CSV files
7979

8080
If you have a dataset stored in a `.csv` file, you can import it into an empty
81-
TimescaleDB hypertable. You need to begin by creating the new table, before you
81+
hypertable. You need to begin by creating the new table, before you
8282
import the data.
8383

8484
<Highlight type="important">

mst/installation-mst.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ cloud provider, which you can install your database on.
7171

7272
<Highlight type="important">
7373
Your Managed Service for TimescaleDB trial includes up to US$300 credit for you
74-
to use. This is enough to complete all our tutorials and run a few test projects
74+
to use. This is enough to complete all the tutorials and run a few test projects
7575
of your own.
7676
</Highlight>
7777

mst/migrate-to-cloud.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ keywords: [data migration]
88
# Migrate your Managed Service for TimescaleDB data to Timescale
99

1010
If you prefer Timescale's features, you can migrate your data from Managed
11-
Service for TimescaleDB to Timescale using the Hypershift tool. To learn about hypershift, see the [migration section][migration].
11+
Service for TimescaleDB to Timescale using the hypershift tool. To learn about
12+
hypershift, see the [migration section][migration].
1213

1314
[migration]: /use-timescale/:currentVersion:/migration/

mst/mst-multi-node.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ supercharge time-series data even further. One of the most anticipated new
1818
features is what we call **multi-node** - the ability to create a cluster of
1919
TimescaleDB instances to scale both reads and writes.
2020

21-
In this How To, we'll show you how to create a multi-node cluster in your
21+
This section shows you how to create a multi-node cluster in your
2222
Managed Service for TimescaleDB account with TimescaleDB 2.0 as a
2323
"do-it-yourself" (DIY) multi-node experience.
2424

2525
## Overview of multi-node setup
2626

2727
Multi-node clusters consist of at least two or more TimescaleDB instances
2828
(called **Services** in Managed Service for TimescaleDB). Each cluster has one
29-
access node (AN) and one or more data nodes (DN). As outlined in our
29+
access node (AN) and one or more data nodes (DN). As outlined in these
3030
[architecture blog posts][distributed-architecture], the access node is intended
3131
to be the only TimescaleDB instance that you or your applications connect to
3232
once the cluster is set up. It becomes the "brains" and traffic controller of
@@ -235,15 +235,14 @@ server:
235235
1. There is no limitation on the number of distributed hypertables a user can
236236
create on the access node.
237237
1. Finally, remember that once a Service is marked as an access node or data
238-
node, it cannot be used as part of another TimescaleDB multi-node cluster.
238+
node, it cannot be used as part of another multi-node cluster.
239239

240240
## Maintenance tasks
241241

242-
A multi-node TimescaleDB setup requires regular maintenance; in particular,
243-
the distributed transaction log needs to be cleaned up and non-completed
244-
transactions should be "healed." Please refer to our standard
245-
[multi-node documentation][maintenance-tasks] for instructions on how to
246-
configure a user-defined action for this task.
242+
A multi-node setup requires regular maintenance; in particular, the distributed
243+
transaction log needs to be cleaned up and non-completed transactions should be
244+
"healed." Refer to the [multi-node documentation][maintenance-tasks] for
245+
instructions on how to configure a user-defined action for this task.
247246

248247
[changes-in-tsdb2]: /about/:currentVersion:/release-notes/changes-in-timescaledb-2/
249248
[distributed-architecture]: https://blog.timescale.com/blog/building-a-distributed-time-series-database-on-postgresql/

mst/security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ There is no ability for any customer or member of the public to access any
152152
virtual machines used in Managed Service for TimescaleDB.
153153

154154
Managed Service for TimescaleDB services are periodically assessed and penetration
155-
tested for any security issues by an independent professional cyber security vendor.
155+
tested for any security issues by an independent professional cyber-security vendor.
156156

157157
<!---
158158
The most

mst/viewing-service-logs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ TimescaleDB:
2323
avn service logs -S desc -f --project <PROJECT_NAME> <SERVICE_NAME>
2424
```
2525

26-
* [REST API][] endpoint is available for fetching the same information two above methods
27-
output, in case programmatic access is needed.
26+
* [REST API][] endpoint is available for fetching the same information two
27+
above methods output, in case programmatic access is needed.
2828

2929
Service logs included on the normal service price are stored only for a few
3030
days. Unless you are using logs integration to another service, older logs are

mst/vpc-peering/vpc-peering-aws-transit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Set up Transit Gateway on AWS
3-
excerpt: Secure your Managed Service for TimescaleDB instance with Transit Gateway on AWS
3+
excerpt: Secure your Managed Service for TimescaleDB instance with Transit Gateway on AWS
44
products: [mst]
55
keywords: [vpc, peer, aws]
66
---

mst/vpc-peering/vpc-peering-gcp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ keywords: [vpc, peer, gcp]
77

88
# Configure VPC peering on GCP
99

10-
You can Configure VPC peering for your Managed Service for TimescaleDB project,
11-
using the VPC on GCP.
10+
You can configure VPC peering for your Managed Service for TimescaleDB project,
11+
using VPC provided by GCP.
1212

1313
## Before you begin
1414

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "timescale-docs",
33
"version": "1.0.0",
4-
"description": "Documentation for TimescaleDB, Timescale, and related Timescale products",
4+
"description": "Documentation for Timescale and related products",
55
"scripts": {
66
"template:hyperfunction": "node ./.helper-scripts/mkdir-hyperfn.mjs"
77
}

quick-start/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Language quick starts
3-
excerpt: Get started with TimescaleDB adn your favorite language
3+
excerpt: Get started with TimescaleDB and your favorite language
44
---
55

66
# Language quick starts

self-hosted/uninstall/uninstall-timescaledb.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords: [uninstall]
99

1010
PostgreSQL is designed to be easily extensible. The extensions loaded into the
1111
database can function just like features that are built in. TimescaleDB extends
12-
PostgreSQL for time-series datagiving PostgreSQL the high-performance,
12+
PostgreSQL for time-series data, giving PostgreSQL the high-performance,
1313
scalability, and analytical capabilities required by modern data-intensive
1414
applications. If you installed TimescaleDB with Homebrew or MacPorts, you can
1515
uninstall it without having to uninstall PostgreSQL.
@@ -46,10 +46,10 @@ uninstall it without having to uninstall PostgreSQL.
4646
```sql
4747
tsdb-# \dx
4848
List of installed extensions
49-
Name | Version | Schema | Description
49+
Name | Version | Schema | Description
5050
-------------+---------+------------+-------------------------------------------------------------------
5151
plpgsql | 1.0 | pg_catalog | PL/pgSQL procedural language
52-
(1 row)
52+
(1 row)
5353
```
5454

5555
1. Uninstall TimescaleDB:
@@ -98,10 +98,10 @@ uninstall it without having to uninstall PostgreSQL.
9898
```sql
9999
tsdb-# \dx
100100
List of installed extensions
101-
Name | Version | Schema | Description
101+
Name | Version | Schema | Description
102102
-------------+---------+------------+-------------------------------------------------------------------
103103
plpgsql | 1.0 | pg_catalog | PL/pgSQL procedural language
104-
(1 row)
104+
(1 row)
105105
```
106106

107107
1. Uninstall TimescaleDB and the related dependencies:

0 commit comments

Comments
 (0)