For array fields, optionally do an array column in Postgres #3623
TomDo1234
started this conversation in
Feature Requests & Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, Payload does not leverage postgres's array column type for collection array fields.
Instead, it uses join tables and stuff for this sort of thing. The reason I want an option to do literal array columns instead, is that its a performance boost. I have a collection with a lot of fields with quite a lot of array types, it has like 20 join tables no kidding. It will be a great performance increase if we can "trim down the join tables" of this collection
Beta Was this translation helpful? Give feedback.
All reactions