Skip to content

Commit 6909cb0

Browse files
committed
Fix
1 parent b7a9803 commit 6909cb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-05-14-sorting-for-fast-selective-queries.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Using sorting will be helpful in any of these situations:
2828
- Your data lives in the cloud on object storage such as AWS S3
2929

3030
This overview describes the DuckDB file format, but thanks to DuckDB's [partial reading support]({% link docs/stable/extensions/httpfs/https.md %}#partial-reading), these techniques can be generally applied to nearly any columnar file format or database.
31-
This is a great way to speed up querying Apache Parquet files on remote endpoints – including data lakes3!
31+
This is a great way to speed up querying Apache Parquet files on remote endpoints – including data lakes!
3232

3333
> Stay tuned for a subsequent post covering advanced multi-column sorting!
3434

0 commit comments

Comments
 (0)