diff --git a/use-timescale/query-data/skipscan.md b/use-timescale/query-data/skipscan.md index 678f4f4a4b..89cf1500bd 100644 --- a/use-timescale/query-data/skipscan.md +++ b/use-timescale/query-data/skipscan.md @@ -56,7 +56,7 @@ For benchmarking information on how SkipScan compares to regular `DISTINCT` queries, see the [SkipScan blog post][blog-skipscan]. -Skip scan is based on the ratio of distinct tuples to total tuples. If the number of distinct tuples is close to the total number of tuples, skip scan is unlikely to be chosen due to its higher estimated cost. +Skip scan cost is based on the ratio of distinct tuples to total tuples. If the number of distinct tuples is close to the total number of tuples, skip scan is unlikely to be chosen due to its higher estimated cost. ## Use SkipScan queries