-
Notifications
You must be signed in to change notification settings - Fork 846
PostgreSQL inverted indices #3123
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
Conversation
✅ Deploy Preview for prisma2-docs ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
This PR changes the following pages (Netlify Preview Deploy links): (Note that links will only be valid after Netlify preview deploy succeeded) |
content/200-concepts/100-components/01-prisma-schema/09-indexes.mdx
Outdated
Show resolved
Hide resolved
…s.mdx Co-authored-by: Jan Piotrowski <piotrowski+github@gmail.com>
content/200-concepts/100-components/01-prisma-schema/09-indexes.mdx
Outdated
Show resolved
Hide resolved
content/200-concepts/100-components/01-prisma-schema/09-indexes.mdx
Outdated
Show resolved
Hide resolved
content/200-concepts/100-components/01-prisma-schema/09-indexes.mdx
Outdated
Show resolved
Hide resolved
Co-authored-by: Jan Piotrowski <piotrowski+github@gmail.com>
…s.mdx Co-authored-by: Jan Piotrowski <piotrowski+github@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank so very much @pimeys for writing this up, and especially for wrestling with that massive table!
content/200-concepts/100-components/01-prisma-schema/09-indexes.mdx
Outdated
Show resolved
Hide resolved
content/200-concepts/100-components/01-prisma-schema/09-indexes.mdx
Outdated
Show resolved
Hide resolved
content/200-concepts/100-components/01-prisma-schema/09-indexes.mdx
Outdated
Show resolved
Hide resolved
content/200-concepts/100-components/01-prisma-schema/09-indexes.mdx
Outdated
Show resolved
Hide resolved
content/200-concepts/100-components/01-prisma-schema/09-indexes.mdx
Outdated
Show resolved
Hide resolved
content/200-concepts/100-components/01-prisma-schema/09-indexes.mdx
Outdated
Show resolved
Hide resolved
content/200-concepts/100-components/01-prisma-schema/09-indexes.mdx
Outdated
Show resolved
Hide resolved
Split up the index types into their own sections. |
3bff1a2
to
a6e23ed
Compare
ffb5a3d
to
8dce933
Compare
Co-authored-by: Jan Piotrowski <piotrowski+github@gmail.com> Co-authored-by: Lucy Keer <keer@prisma.io>
Describe this PR
We support new index types from version 3.14.0 forwards.
Changes
How PostgreSQL inverted indices work.
What issue does this fix?
Fixes #3102