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

Add query pushdown documentation #2339

Merged
merged 23 commits into from
Apr 12, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update website/docs/pushdown.md
Co-authored-by: Chi Fujii <chi.fujii@ferretdb.io>
  • Loading branch information
noisersup and chilagrow authored Apr 6, 2023
commit e27b84a2632223afd47e637dc0bfe87f87879250
2 changes: 1 addition & 1 deletion website/docs/pushdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To make this process more efficient, we minimize the amount of incoming data, by
You can learn more about query pushdown in our [blog post](https://blog.ferretdb.io/ferretdb-fetches-data-query-pushdown/).
:::

## Query pushdown supported filters
## Supported types and operators

The following table shows all operators and types that FerretDB pushdowns on PostgreSQL backend.
If filter uses type and operator, that's marked as pushdown-supported on this list,
Expand Down