most-library-19007
07/19/2024, 6:16 AMSELECT * FROM recipes WHERE id IN (<list of ids from keto>)
This seems like an incredibly slow solution for larger more complicated queries, and also really awkward to maintain in source code, so I feel like I’m missing something fundamental here, anyone have a better approach?busy-processor-59610
07/19/2024, 6:37 AMbusy-processor-59610
07/19/2024, 6:39 AMmost-library-19007
07/19/2024, 6:42 AMmost-library-19007
07/19/2024, 6:44 AMmost-library-19007
07/19/2024, 6:46 AMviewer
access tobusy-processor-59610
07/19/2024, 6:54 AMmost-library-19007
07/19/2024, 7:06 AMIN
in the query, but it feels like it will have a pretty big performance impact on the db if the list of objects is large. So hoping there are some smarter people out there that can show me the waygreat-table-87705
08/08/2024, 6:52 AM