Performance Q&A guide

  1. Can you please elaborate on how indexes are designed? Are these focused on the unique PK fields or more specific to how I’m doing search for queries in my app?

  2. Is the purpose of field type “list of things” performance? How does this compare to adding the grandparent id to the parent table thereby circumventing a nested search?

Which method is better: Speed is an issue vs. Speed is an issue?

1 Like