Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation: Add page on performance tips and best practices #1011

Open
2 tasks done
Dhghomon opened this issue Nov 14, 2024 · 0 comments
Open
2 tasks done

Documentation: Add page on performance tips and best practices #1011

Dhghomon opened this issue Nov 14, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@Dhghomon
Copy link
Contributor

Dhghomon commented Nov 14, 2024

Description

Add a page on best practices and ways to improve performance, such as:

  • Table views
  • Using a range instead of two WHERE clauses (e.g. WHERE age > 18 AND age < 65)
  • Cargo.toml profile using abort instead of panic, etc. with Rust SDK
  • Defining an index concurrently so it runs in the background and lets other queries happen
  • And many more

Is there an existing issue for this?

  • I have searched the existing issues

Code of Conduct

  • I agree to follow this project's Code of Conduct
@Dhghomon Dhghomon added the documentation Improvements or additions to documentation label Nov 14, 2024
@Dhghomon Dhghomon changed the title Documentation: Add page on performance tips Documentation: Add page on performance tips and best practices Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant