Skip to content

Commit 920691b

Browse files
author
Hein
committed
PR Feedback
1 parent 06e857b commit 920691b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

tutorials/client/data/compound-indexing-query-performance.mdx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Best Practices for Compound Indexing and Query Optimization in PowerSync
3-
description: In this tutorial we will show you the Best Practices for Compound Indexing and Query Optimization using the [PowerSync Web SDK](https://github.com/powersync-ja/powersync-js).
4-
sidebarTitle: Compound Indexing & Query Performance
3+
description: In this tutorial we will show you the Best Practices for Compound Indexing and Query Optimization using the [PowerSync Web SDK](https://docs.powersync.com/client-sdk-references/javascript-web).
4+
sidebarTitle: Compound Indexing & Query Performances
55
---
66

77
## Introduction
88

9-
This tutorial outlines findings and recommendations based on extensive testing of compound indexes, query execution, and table performance using the [PowerSync Web SDK](https://github.com/powersync-ja/powersync-js).
9+
This tutorial outlines findings and recommendations based on extensive testing of compound indexes, query execution, and table performance using the [PowerSync Web SDK](https://docs.powersync.com/client-sdk-references/javascript-web).
1010
These best practices are designed to assist developers in optimizing their schemas and queries when working with large datasets.
1111

1212
## Key Findings
@@ -136,5 +136,4 @@ console.timeEnd('Query with reordered index');
136136

137137
## Conclusion
138138

139-
By following these best practices and leveraging PowerSync's schema capabilities, developers can achieve significant performance gains and ensure scalability for their applications.
140-
The findings above can be integrated directly into PowerSync's documentation to assist other developers in navigating these challenges effectively.
139+
By adhering to these best practices and utilizing PowerSync’s schema capabilities, applications can achieve significant performance improvements whilst ensuring scalability.

0 commit comments

Comments
 (0)