User selection dropdown without relationship field?
-
Hi there!
I haven’t used Pods in a long time, and I’m trying to find the correct/best way to do something:I have an ACT (Advanced Content Type) with a field that is a User selection/dropdown (and might add other relationship fields later on)
My idea is to just store the ID in the same DB entry, instead of having it in on a different “podsrel” table, to improve performance in big queries and DB size (also for simplicity).Is this possible with a Relationship field, or I should have a text/number field that stores the ID and create something like a helper to make it a User dropdown or something similar?
I’m also open to other ideas or reasons why my approach might be wrong. Trying to create something that is scalable and easy to maintain.
Cheers!
S
- The topic ‘User selection dropdown without relationship field?’ is closed to new replies.