From 34cbe4f3a844a92138fa7d2351c1cedc64b1698a Mon Sep 17 00:00:00 2001 From: Sven Klemm <31455525+svenklemm@users.noreply.github.com> Date: Thu, 30 Jan 2025 17:15:30 +0100 Subject: [PATCH] Update skipscan.md (#3785) add missing word `cost` Signed-off-by: Sven Klemm <31455525+svenklemm@users.noreply.github.com> --- use-timescale/query-data/skipscan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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