While building a database tool for a membership management SaaS, I implemented the join processing for the query builder using in-memory Python instead of SQL. The reason is simple: as long as we ...