• 0 Posts
  • 33 Comments
Joined 1 year ago
cake
Cake day: May 2nd, 2023

help-circle








  • So, is it basically something like overpaneling in PV systems, where the total amount of energy which could theoretic be harvested through the panels (surface area times efficiency) is higher than the maximum possible energy throughout of the inverter? This leads to a steady energy throughout which is capped by the inverter, providing a “buffer” for shaded conditions, morning, evening, etc.











  • The way I perceive PRQL is somewhat like SQLAlchemy-Core (the SQL expression layer, not the ORM). Almost a 1:1 mapping to SQL but softening the rough edges in SQL when constructing more complex queries dynamically, in particular: no function calls, no real variables, only string concatenation. While SQLAlchemy-Core lets you even extract sub-queries into variables, I don’t know about how powerful PRQL is in this regard.

    From what I see from the docs I’m rather hopeful though.