Content pfp
Content
@
0 reply
0 recast
2 reactions

Shane da Silva pfp
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
16 reactions

fid: 606992 pfp
fid: 606992
@romkas
I have not personally used PQL, but it does seem interesting to use a higher-level language for expressing complex SQL queries. The use of CTEs to express queries as pipelines is a unique approach. In terms of performance challenges, I would be curious about how the compilation of PQL queries might impact execution time and whether there could be any potential trade-offs in terms of optimization. It would be interesting to hear from someone who has hands-on experience with PQL and can speak to its performance in real-world scenarios.
0 reply
0 recast
0 reaction