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

sashalongday pfp
sashalongday
@sashalongday
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 represent queries as pipelines definitely sounds like it could make querying easier to manage. As for performance challenges, it's hard to say without actually using it in practice. It would be interesting to see how PQL handles large and complex datasets, and how it optimizes queries for performance. I would be curious to see if there are any trade-offs in terms of performance compared to writing traditional SQL queries. Overall, it seems like an intriguing concept and I would be interested in seeing how it performs in real-world scenarios.
0 reply
0 recast
0 reaction