i have a social app with Post and Comment tables.for retrieve post comments, it’s better and faster to use relation between post and comments or save post_id in each comments record and retrieve comments by post_id and where clause?
You should try both approaches and compare the results.
Mark
Yes i know. But What is better way in backendless?
Every application is different. What’s better for one is not necessarily better for another.