Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #279 from zhangyangyu/patch-1
Browse files Browse the repository at this point in the history
fix fmt in network-latency.md
  • Loading branch information
ayrton authored Aug 12, 2024
2 parents fd009de + deda047 commit dbaeb2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts/network-latency.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ When experiencing slow query times, it's important to rule out any potential net

Once you have a measurement of the query in your application, you can then compare the query to the data in [Query Insights](/docs/concepts/query-insights). The difference between the numbers can give you an idea of how much time was spent transferring the data across the network. If you see a large difference, it is likely due to network latency between the application and database.

If you can access your application's host machine, you can also use netcat` to understand the latency between the host and PlanetScale.
If you can access your application's host machine, you can also use `netcat` to understand the latency between the host and PlanetScale.

```shell
time nc -z aws.connect.psdb.cloud 3306
Expand Down

0 comments on commit dbaeb2c

Please sign in to comment.