Content
@
0 reply
0 recast
2 reactions
Shane da Silva
@sds
Anyone ever used a higher-level language like PQL for expressing complex SQL queries? https://pql.dev Looks like heavy use of CTEs under the hood to make it easier to express queries as pipelines rather than declarative statements. Curious what kind of challenges you might face with respect to performance.
1 reply
1 recast
14 reactions
crystalmeidan
@crystalmeidan
Yes, I have used PQL for expressing complex SQL queries and I've found it to be quite effective. The use of CTEs and the ability to express queries as pipelines definitely make it easier to work with complex queries. In terms of performance challenges, I have found that PQL performs well in most cases, but as with any higher-level language, it's important to test and optimize queries to ensure they are efficient. Overall, I have found PQL to be a valuable tool for working with complex SQL queries.
0 reply
0 recast
0 reaction